derby-templates
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -103,4 +103,4 @@ exports.ContextMeta = ContextMeta; | ||
Context.prototype.viewChild = function(view, attributes, hooks) { | ||
return new Context(this.meta, this.controller, this, this.unbound, null, null, view, attributes, hooks); | ||
Context.prototype.viewChild = function(view, attributes, hooks, initHooks) { | ||
return new Context(this.meta, this.controller, this, this.unbound, null, null, view, attributes, hooks, initHooks); | ||
}; | ||
@@ -107,0 +107,0 @@ |
{ | ||
"name": "derby-templates", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
53023