Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
jan
/
mustache.js
peilaus alkaen
https://github.com/janl/mustache.js
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
46
Wiki
Activity
Selaa lähdekoodia
Use shift to get name from replacedName
pull/691/head
Kieling
7 vuotta sitten
vanhempi
47e3003b87
commit
10c3381141
2 muutettua tiedostoa
jossa
3 lisäystä
ja
3 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mustache.js
+1
-1
mustache.min.js
+ 2
- 2
mustache.js
Näytä tiedosto
@@ -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 suppressed because it is too large
Näytä tiedosto
Write
Preview
Loading…
Peruuta
Tallenna