Explorar el Código

Remove unneeded break;

tags/0.5.0-vsc
Sahab Yazdani hace 15 años
padre
commit
9d60259579
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Ver fichero

@@ -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));


Cargando…
Cancelar
Guardar