このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jan
/
mustache.js
ミラー元
https://github.com/janl/mustache.js
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
46
Wiki
アクティビティ
ソースを参照
Merge pull request
#75
from oskarkrawczyk/master
Added MooTools compat plugin
tags/0.5.1
Jan Lehnardt
14年前
親
58c91c8c7d
56a2dfc76d
コミット
0fefe1ef8e
2個のファイルの変更
、
7行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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(){
書き込み
プレビュー
読み込み中…
キャンセル
保存