ampersand-view
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -6,3 +6,3 @@ var State = require('ampersand-state'); | ||
var _ = require('underscore'); | ||
//var events = require('events-mixin'); | ||
var events = require('events-mixin'); | ||
var matches = require('matches-selector'); | ||
@@ -57,3 +57,3 @@ var bindings = require('ampersand-dom-bindings'); | ||
model: 'state', | ||
el: 'any', | ||
el: 'element', | ||
collection: 'collection' | ||
@@ -155,3 +155,3 @@ }, | ||
if (this.eventManager) this.eventManager.unbind(); | ||
//this.eventManager = events(this.el, this); | ||
this.eventManager = events(this.el, this); | ||
this.delegateEvents(); | ||
@@ -158,0 +158,0 @@ this._applyBindingsForKey(); |
{ | ||
"name": "ampersand-view", | ||
"description": "A smart base view for Backbone apps, to make it easy to bind collections and properties to the DOM.", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"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