Comparing version 0.0.12 to 0.0.13
@@ -158,5 +158,7 @@ // | ||
var self = this; | ||
views.forEach(function (view) { | ||
self.iterateHierarchy(view, req, res, self.vopts); | ||
}); | ||
if (!req.isAJAX) { | ||
views.forEach(function (view) { | ||
self.iterateHierarchy(view, req, res, self.vopts); | ||
}); | ||
} | ||
@@ -163,0 +165,0 @@ var fn = req.isAJAX ? 'sendJSON' : 'sendHTML'; |
{ | ||
"name": "arthus", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Yet another web framework.", | ||
@@ -5,0 +5,0 @@ "main": "application.js", |
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
29340
909