This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
don't render during i18n step, just do replacements
tags/0.4.0
Ben Cherry
пре 15 година
родитељ
5467067bee
комит
25d0c02b71
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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_mod
e), context, partials, tru
e);
return _(content, translation_mode);
});
},
Write
Preview
Loading…
Откажи
Сачувај