Преглед изворни кода

Remove unneeded break;

tags/0.5.0-vsc
Sahab Yazdani пре 15 година
родитељ
комит
9d60259579
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Прегледај датотеку

@@ -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…
Откажи
Сачувај