浏览代码

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) {


正在加载...
取消
保存