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
commit
b660592b42
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +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) {


Loading…
Annulla
Salva