Bläddra i källkod

Fixes #155

tags/0.5.1
Michael Jackson 14 år sedan
förälder
incheckning
b603a10812
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Visa fil

@@ -285,7 +285,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {};
var openName = sectionStack.length != 0 && sectionStack[sectionStack.length - 1].name; var openName = sectionStack.length != 0 && sectionStack[sectionStack.length - 1].name;


if (!openName || name != openName) { if (!openName || name != openName) {
throw debug(new Error('Section named "' + name + '" was never opened'), template, line, file);
throw debug(new Error('Section named "' + name + '" was never opened'), template, line, options.file);
} }


var section = sectionStack.pop(); var section = sectionStack.pop();


Laddar…
Avbryt
Spara