Просмотр исходного кода

Fix inconsistency in defining global mustache object.

tags/v2.2.1
Simas Toleikis 10 лет назад
Родитель
Сommit
3460f1ef67
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Просмотреть файл

@@ -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) {



Загрузка…
Отмена
Сохранить