Comparing version 0.7.18 to 0.7.19
@@ -899,4 +899,6 @@ var esprima = require('esprima'), | ||
// Reset apply flag at last | ||
if (applyBody[applyBody.length - 1].type !== 'ReturnStatement') | ||
if (applyBody.length === 0 || | ||
applyBody[applyBody.length - 1].type !== 'ReturnStatement') { | ||
applyBody.push(this.resetApply); | ||
} | ||
@@ -903,0 +905,0 @@ return { |
{ | ||
"name": "xjst", | ||
"description": "XSLT inspired JavaScript templates (with spices)", | ||
"version": "0.7.18", | ||
"version": "0.7.19", | ||
"homepage": "http://github.com/veged/xjst", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97228
2114