This website works better with JavaScript.
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
46
Wiki
Activity
瀏覽代碼
Added MooTools compat plugin
tags/0.5.1
Oskar Krawczyk
15 年之前
父節點
30e80778f4
當前提交
56a2dfc76d
共有
2 個文件被更改
,包括
7 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
mustache-mootools/mustache.js.tpl.post
+2
-0
mustache-mootools/mustache.js.tpl.pre
+ 5
- 0
mustache-mootools/mustache.js.tpl.post
查看文件
@@ -0,0 +1,5 @@
Object.implement('mustache', function(view, partials){
return Mustache.to_html(view, this, partials);
});
})();
+ 2
- 0
mustache-mootools/mustache.js.tpl.pre
查看文件
@@ -0,0 +1,2 @@
(function(){
Write
Preview
Loading…
取消
儲存