소스 검색

Released 0.5.10

new-build-system
Jan Lehnardt 14 년 전
부모
커밋
ec52c1adfd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js 파일 보기

@@ -7,7 +7,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {};
(function (exports) {

exports.name = "mustache.js";
exports.version = "0.5.5";
exports.version = "%version";
exports.tags = ["{{", "}}"];
exports.parse = parse;
exports.compile = compile;


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