Преглед изворни кода

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);
});
},



Loading…
Откажи
Сачувај