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
Merge pull request
#243
from kannix/patch-1
more stringent CommonJS check
tags/0.6.0
Michael Jackson
13 anos atrás
pai
6d1954cb5c
2afdb083fc
commit
2a51eeffba
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
mustache.js
+ 1
- 1
mustache.js
Ver arquivo
@@ -8,7 +8,7 @@
var Mustache;
(function (exports) {
if (typeof module !== "undefined") {
if (typeof module !== "undefined"
&& typeof module.exports !== "undefined"
) {
module.exports = exports; // CommonJS
} else if (typeof define === "function") {
define(exports); // AMD
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar