Преглед на файлове

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 case '/': // end section
// in normal flow, this operation is absolutely meaningless // in normal flow, this operation is absolutely meaningless
throw new Error('Unbalanced End Section tag: ' + token); throw new Error('Unbalanced End Section tag: ' + token);
break;
case '&': // unescaped variable case '&': // unescaped variable
case '{': // unescaped variable case '{': // unescaped variable
interpolate(parserContext, token, token.charAt(parserContext.openTag.length)); interpolate(parserContext, token, token.charAt(parserContext.openTag.length));


Loading…
Отказ
Запис