Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
jan
/
mustache.js
spegling av
https://github.com/janl/mustache.js
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
46
Wiki
Aktiviteter
Bläddra i källkod
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 år sedan
förälder
6d1954cb5c
incheckning
2afdb083fc
1 ändrade filer
med
1 tillägg
och
1 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
Visa fil
@@ -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
Förhandsgranska
Laddar…
Avbryt
Spara