Selaa lähdekoodia

Remove unneeded break;

tags/0.5.0-vsc
Sahab Yazdani 15 vuotta sitten
vanhempi
commit
9d60259579
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Näytä tiedosto

@@ -485,7 +485,6 @@ var Mustache = (function(undefined) {
case '/': // end section
// in normal flow, this operation is absolutely meaningless
throw new Error('Unbalanced End Section tag: ' + token);
break;
case '&': // unescaped variable
case '{': // unescaped variable
interpolate(parserContext, token, token.charAt(parserContext.openTag.length));


Loading…
Peruuta
Tallenna