Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@ecbypi ecbypi released this 16 Feb 13:48
· 6 commits to master since this release
  • Update Backbone to v1.1.2
  • Update Underscore to v1.7.0
  • Set parent before rendering in CompositeView#renderChild() so child view
    has access to parent for easier event bindings.
  • Deprecate Observer#bindTo() and Observer#unbindFromAll() in favor of
    Backbone's Events#listenTo() and Events#stopListening().