ampersand-view
Advanced tools
Comparing version 5.1.6 to 5.1.7
@@ -15,4 +15,5 @@ var State = require('ampersand-state'); | ||
attrs || (attrs = {}); | ||
attrs.init = false; | ||
BaseState.call(this, attrs, {init: false}); | ||
var parent = attrs.parent; | ||
delete attrs.parent; | ||
BaseState.call(this, attrs, {init: false, parent: parent}); | ||
this.on('change:el', this.handleElementChange, this); | ||
@@ -19,0 +20,0 @@ this._parsedBindings = bindings(this.bindings); |
{ | ||
"name": "ampersand-view", | ||
"description": "A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.", | ||
"version": "5.1.6", | ||
"version": "5.1.7", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -6,0 +6,0 @@ "browser": "./ampersand-view.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
53424
1087