ソースを参照

Merge pull request #466 from yousefcisco/master

Added global Mustache definition
tags/v2.1.2
David da Silva Contín 11年前
コミット
b660592b42
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js ファイルの表示

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


読み込み中…
キャンセル
保存