瀏覽代碼

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



Loading…
取消
儲存