Explorar el Código

Merge pull request #466 from yousefcisco/master

Added global Mustache definition
tags/v2.1.2
David da Silva Contín hace 11 años
padre
commit
b660592b42
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) {
define(['exports'], factory); // AMD
} else {
Mustache = {};
global.Mustache = {};
factory(Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {


Cargando…
Cancelar
Guardar