소스 검색

Fix inconsistency in defining global mustache object.

tags/v2.2.1
Simas Toleikis 10 년 전
부모
커밋
3460f1ef67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js 파일 보기

@@ -12,7 +12,7 @@
define(['exports'], factory); // AMD
} else {
global.Mustache = {};
factory(Mustache); // script, wsh, asp
factory(global.Mustache); // script, wsh, asp
}
}(this, function mustacheFactory (mustache) {



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