Ver código fonte

Fix inconsistency in defining global mustache object.

tags/v2.2.1
Simas Toleikis 10 anos atrás
pai
commit
3460f1ef67
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver arquivo

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




Carregando…
Cancelar
Salvar