Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
jan
/
mustache.js
espelhamento de
https://github.com/janl/mustache.js
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
46
Wiki
Atividade
Ver código fonte
Update wrappers to use Mustache.render
tags/0.5.1
Michael Jackson
14 anos atrás
pai
cfc7de8ddd
commit
16a1d587c6
4 arquivos alterados
com
4 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Ver arquivo
@@ -1,4 +1,4 @@
Y.mustache = Mustache.
to_html
;
Y.mustache = Mustache.
render
;
}, "0");
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar