expressjsmvc
Advanced tools
Comparing version 3.4.12 to 3.4.13
@@ -14,3 +14,2 @@ var path = require("path"); | ||
app.settings.view.prototype.lookup = function(viewName) { | ||
console.log(viewName); | ||
var context, match; | ||
@@ -20,3 +19,2 @@ if (this.root instanceof Array) { | ||
context = {root: this.root[i]}; | ||
console.log(context); | ||
match = lookup_proxy.call(context, viewName); | ||
@@ -23,0 +21,0 @@ if (match) { |
{ | ||
"name": "expressjsmvc", | ||
"description": "An Express.js application organized in an MVC way with extra helpers and utilities", | ||
"version": "3.4.12", | ||
"version": "3.4.13", | ||
"author": "Luis Elizondo <lelizondo@gmail.com>", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
19210
218