Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
Use shift to get name from replacedName
pull/691/head
Kieling
7 anni fa
parent
47e3003b87
commit
10c3381141
2 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mustache.js
+1
-1
mustache.min.js
+ 2
- 2
mustache.js
Vedi File
@@ -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
File diff soppresso perché troppo grande
Vedi File
Write
Preview
Loading…
Annulla
Salva