Przeglądaj źródła

don't render during i18n step, just do replacements

tags/0.4.0
Ben Cherry 15 lat temu
rodzic
commit
25d0c02b71
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz