This repository has been archived by the owner on Jun 8, 2019. It is now read-only.
- Update Backbone to v1.1.2
- Update Underscore to v1.7.0
- Set
parent
before rendering inCompositeView#renderChild()
so child view
has access toparent
for easier event bindings. - Deprecate
Observer#bindTo()
andObserver#unbindFromAll()
in favor of
Backbone'sEvents#listenTo()
andEvents#stopListening()
.