ampersand-view
Advanced tools
Comparing version 7.1.5 to 7.1.6
@@ -19,3 +19,3 @@ /*$AMPERSAND_VERSION*/ | ||
this.on('change:el', this._handleElementChange, this); | ||
this._parsedBindings = bindings(this.bindings); | ||
this._parsedBindings = bindings(this.bindings, this); | ||
this._initializeBindings(); | ||
@@ -22,0 +22,0 @@ if (attrs.el && !this.autoRender) { |
{ | ||
"name": "ampersand-view", | ||
"description": "A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.", | ||
"version": "7.1.5", | ||
"version": "7.1.6", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -15,3 +15,3 @@ "browser": "./ampersand-view.js", | ||
"ampersand-collection-view": "^1.0.0", | ||
"ampersand-dom-bindings": "^3.0.0", | ||
"ampersand-dom-bindings": "^3.3.3", | ||
"ampersand-state": "^4.2.7", | ||
@@ -18,0 +18,0 @@ "ampersand-version": "^1.0.0", |
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
66659