Explorar el Código

Added global Mustache definition

tags/v2.1.2
Yousef Cisco hace 11 años
padre
commit
a572642ee4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver fichero

@@ -11,7 +11,7 @@
} else if (typeof define === 'function' && define.amd) { } else if (typeof define === 'function' && define.amd) {
define(['exports'], factory); // AMD define(['exports'], factory); // AMD
} else { } else {
Mustache = {};
global.Mustache = {};
factory(Mustache); // script, wsh, asp factory(Mustache); // script, wsh, asp
} }
}(this, function mustacheFactory (mustache) { }(this, function mustacheFactory (mustache) {


Cargando…
Cancelar
Guardar