소스 검색

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


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