Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
jan
/
mustache.js
зеркало из
https://github.com/janl/mustache.js
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Релизы
46
Вики
Активность
Просмотр исходного кода
Update wrappers to use Mustache.render
tags/0.5.1
Michael Jackson
14 лет назад
Родитель
cfc7de8ddd
Сommit
16a1d587c6
4 измененных файлов
:
4 добавлений
и
4 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+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");
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить