このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jan
/
mustache.js
ミラー元
https://github.com/janl/mustache.js
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
46
Wiki
アクティビティ
ソースを参照
remove extra semicolon
tags/0.2.3
Jan Lehnardt
16年前
親
9e2fc30e28
コミット
2c8857e84a
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
test/mustache_spec.rb
+ 1
- 1
test/mustache_spec.rb
ファイルの表示
@@ -97,7 +97,7 @@ describe "mustache" do
runner = <<-JS
try {
#{@mustache}
#{view}
;
#{view}
var template = #{template};
var partials = {"partial": #{partial}};
var result = Mustache.to_html(template, partial_context, partials);
書き込み
プレビュー
読み込み中…
キャンセル
保存