derby-templates
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -166,4 +166,5 @@ var saddle = require('saddle'); | ||
View.prototype._isComponent = function(context) { | ||
return this.componentFactory && | ||
context.attributes && !context.attributes.extend; | ||
if (!this.componentFactory) return false; | ||
if (context.attributes && context.attributes.extend) return false; | ||
return true; | ||
}; | ||
@@ -170,0 +171,0 @@ View.prototype._initComponent = function(context) { |
{ | ||
"name": "derby-templates", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,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
54659
1480