瀏覽代碼

fix version replace

new-build-system
Jan Lehnardt 14 年之前
父節點
當前提交
ab4fe8bcee
共有 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.14";
exports.version = "%version%";
exports.tags = ["{{", "}}"];
exports.parse = parse;
exports.compile = compile;


Loading…
取消
儲存