ソースを参照

Merge 7038a04efd into 9452eafd64

pull/612/merge
Fabio Zendhi Nagao GitHub 6年前
コミット
060ae8fb97
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      mustache.js

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

@@ -11,8 +11,8 @@
} else if (typeof define === 'function' && define.amd) {
define(['exports'], factory); // AMD
} else {
global.Mustache = {};
factory(global.Mustache); // script, wsh, asp
Mustache = {};
factory(Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {



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