瀏覽代碼

Merge ce0659e08d into 23beb3a880

pull/552/merge
Harendra Singh GitHub 9 年之前
父節點
當前提交
dd326a1b36
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      mustache.js

+ 1
- 3
mustache.js 查看文件

@@ -551,9 +551,7 @@
};

Writer.prototype.unescapedValue = function unescapedValue (token, context) {
var value = context.lookup(token[1]);
if (value != null)
return value;
return context.lookup(token[1]);
};

Writer.prototype.escapedValue = function escapedValue (token, context) {


Loading…
取消
儲存