このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jan
/
mustache.js
ミラー元
https://github.com/janl/mustache.js
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
46
Wiki
アクティビティ
ソースを参照
Use shift to get name from replacedName
pull/691/head
Kieling
7年前
親
47e3003b87
コミット
10c3381141
2個のファイルの変更
、
3行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-2
mustache.js
+1
-1
mustache.min.js
+ 2
- 2
mustache.js
ファイルの表示
@@ -406,8 +406,8 @@
.replace(new RegExp(spaceRe, "g"),'')
.split(pipelineRe)
pipelines = replacedName.slice(1
);
n
am
e = replacedName
[0]
;
name = replacedName.shift(
);
pipeli
ne
s
= replacedName;
var cache = this.cache;
var value
+ 1
- 1
mustache.min.js
ファイル差分が大きすぎるため省略します
ファイルの表示
書き込み
プレビュー
読み込み中…
キャンセル
保存