Просмотр исходного кода

don't render during i18n step, just do replacements

tags/0.4.0
Ben Cherry 15 лет назад
Родитель
Сommit
25d0c02b71
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mustache.js

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

@@ -138,7 +138,7 @@ var Mustache = function() {
translation_mode = { _mode: context['_mode'] };
}

return that.render(_(content, translation_mode), context, partials, true);
return _(content, translation_mode);
});
},



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