Comparing version 0.5.9 to 0.5.10
@@ -381,7 +381,3 @@ var utils = exports, | ||
utils.oldApply = function apply(ctx) { | ||
var that = this; | ||
return function() { | ||
// that !== global | ||
return applyc(ctx || (that === this ? undefined : that)); | ||
}.call(null); | ||
return applyc(ctx || this); | ||
}; |
{ | ||
"name": "xjst", | ||
"description": "XSLT inspired JavaScript templates (with spices)", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"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
114217
2102