Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
Merge pull request
#466
from yousefcisco/master
Added global Mustache definition
tags/v2.1.2
David da Silva Contín
11 anni fa
parent
6ae6179c84
a572642ee4
commit
b660592b42
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
Vedi File
@@ -11,7 +11,7 @@
} else if (typeof define === 'function' && define.amd) {
define(['exports'], factory); // AMD
} else {
Mustache = {};
global.
Mustache = {};
factory(Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {
Write
Preview
Loading…
Annulla
Salva