Harendra Singh GitHub 9 лет назад
Родитель
Сommit
dd326a1b36
1 измененных файлов: 1 добавлений и 3 удалений
  1. +1
    -3
      mustache.js

+ 1
- 3
mustache.js Просмотреть файл

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


Writer.prototype.unescapedValue = function unescapedValue (token, context) { 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) { Writer.prototype.escapedValue = function escapedValue (token, context) {


Загрузка…
Отмена
Сохранить