Przeglądaj źródła

Merge pull request #532 from simast/master

Fix inconsistency in defining global mustache object.
tags/v2.2.1
David da Silva 10 lat temu
rodzic
commit
60a41db58a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz