ソースを参照

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


読み込み中…
キャンセル
保存