Procházet zdrojové kódy

Merge pull request #466 from yousefcisco/master

Added global Mustache definition
tags/v2.1.2
David da Silva Contín před 11 roky
rodič
revize
b660592b42
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Zobrazit soubor

@@ -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) {


Načítá se…
Zrušit
Uložit