소스 검색

Merge 7038a04efd into 9452eafd64

pull/612/merge
Fabio Zendhi Nagao GitHub 6 년 전
부모
커밋
060ae8fb97
No known key found for this signature in database 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) {



불러오는 중...
취소
저장