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
fixed CommonJS check
QUnit defines module too. If you try to use mustache in a QUnit and AMD environment it won't work
tags/0.6.0
Bastian Bleker
13 anni fa
parent
6d1954cb5c
commit
2afdb083fc
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
@@ -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
Write
Preview
Loading…
Annulla
Salva