This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
Update wrappers to use Mustache.render
tags/0.5.1
Michael Jackson
пре 14 година
родитељ
cfc7de8ddd
комит
16a1d587c6
4 измењених фајлова
са
4 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wrappers/dojo/mustache.js.tpl.post
+1
-1
wrappers/jquery/jquery.mustache.js.tpl.post
+1
-1
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.post
+1
-1
wrappers/yui3/mustache.js.tpl.post
+ 1
- 1
wrappers/dojo/mustache.js.tpl.post
Прегледај датотеку
@@ -1,4 +1,4 @@
dojox.mustache = dojo.hitch(Mustache, "
to_html
");
dojox.mustache = dojo.hitch(Mustache, "
render
");
})();
+ 1
- 1
wrappers/jquery/jquery.mustache.js.tpl.post
Прегледај датотеку
@@ -1,6 +1,6 @@
$.mustache = function(template, view, partials) {
return Mustache.
to_html
(template, view, partials);
return Mustache.
render
(template, view, partials);
};
})(jQuery);
+ 1
- 1
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.post
Прегледај датотеку
@@ -4,6 +4,6 @@
// EXPOSE qooxdoo variant
qx.bom.Template.version = Mustache.version;
qx.bom.Template.toHtml = Mustache.
to_html
;
qx.bom.Template.toHtml = Mustache.
render
;
})();
+ 1
- 1
wrappers/yui3/mustache.js.tpl.post
Прегледај датотеку
@@ -1,4 +1,4 @@
Y.mustache = Mustache.
to_html
;
Y.mustache = Mustache.
render
;
}, "0");
Write
Preview
Loading…
Откажи
Сачувај