Procházet zdrojové kódy

Use shift to get name from replacedName

pull/691/head
Kieling před 7 roky
rodič
revize
10c3381141
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +2
    -2
      mustache.js
  2. +1
    -1
      mustache.min.js

+ 2
- 2
mustache.js Zobrazit soubor

@@ -406,8 +406,8 @@
.replace(new RegExp(spaceRe, "g"),'')
.split(pipelineRe)

pipelines = replacedName.slice(1);
name = replacedName[0];
name = replacedName.shift();
pipelines = replacedName;

var cache = this.cache;
var value


+ 1
- 1
mustache.min.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


Načítá se…
Zrušit
Uložit