This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
enable partials in dojo & jQuery packages
tags/0.2.1
Jan Lehnardt
пре 16 година
родитељ
dd508d0385
комит
66db0f390e
2 измењених фајлова
са
4 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mustache-dojo/mustache.js.tpl.post
+2
-2
mustache-jquery/jquery.mustache.js.tpl.post
+ 2
- 2
mustache-dojo/mustache.js.tpl.post
Прегледај датотеку
@@ -1,5 +1,5 @@
d.mustache = function(template, view) {
return Mustache.to_html(template, view);
d.mustache = function(template, view
, partials
) {
return Mustache.to_html(template, view
, partials
);
};
})(dojo);
+ 2
- 2
mustache-jquery/jquery.mustache.js.tpl.post
Прегледај датотеку
@@ -1,6 +1,6 @@
$.mustache = function(template, view) {
return Mustache.to_html(template, view);
$.mustache = function(template, view
, partials
) {
return Mustache.to_html(template, view
, partials
);
};
})(jQuery);
Write
Preview
Loading…
Откажи
Сачувај