瀏覽代碼

Released 0.5.11

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


Loading…
取消
儲存