Sfoglia il codice sorgente

Remove unneeded break;

tags/0.5.0-vsc
Sahab Yazdani 15 anni fa
parent
commit
9d60259579
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Vedi File

@@ -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…
Annulla
Salva