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
#532
from simast/master
Fix inconsistency in defining global mustache object.
tags/v2.2.1
David da Silva
10 anni fa
parent
34ebd1cb1a
3460f1ef67
commit
60a41db58a
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
@@ -12,7 +12,7 @@
define(['exports'], factory); // AMD
} else {
global.Mustache = {};
factory(Mustache); // script, wsh, asp
factory(
global.
Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {
Write
Preview
Loading…
Annulla
Salva