瀏覽代碼

Released 0.5.2

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


Loading…
取消
儲存