This website works better with JavaScript.
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
46
Wiki
Activity
瀏覽代碼
Boost version number.
tags/0.5.2-vsc
Sahab Yazdani
14 年之前
父節點
1ebbb7e6f5
當前提交
82c5fc00f2
共有
3 個文件被更改
,包括
7 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CHANGES.md
+1
-1
mustache.js
+1
-1
mustache.min.js
+ 5
- 0
CHANGES.md
查看文件
@@ -1,5 +1,10 @@
# mustache.js Changes
## 0.5.2-vcs
* Fixed a scoping bug (thanks gjslick)
* Added Mustache.format function (similar to String.format from C#)
## 0.5.1-vcs
* Added Dot Notation Support
+ 1
- 1
mustache.js
查看文件
@@ -626,7 +626,7 @@ var Mustache = (function(undefined) {
return({
name: "mustache.js",
version: "0.5.
1
-vcs",
version: "0.5.
2
-vcs",
/*
Turns a template into a JS function
+ 1
- 1
mustache.min.js
文件差異過大導致無法顯示
查看文件
Write
Preview
Loading…
取消
儲存