浏览代码

don't render during i18n step, just do replacements

tags/0.4.0
Ben Cherry 15 年前
父节点
当前提交
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);
});
},



正在加载...
取消
保存