[wp-trac] [WordPress Trac] #23262: Update Backbone.js to 0.9.10
WordPress Trac
noreply at wordpress.org
Tue Feb 5 06:25:55 UTC 2013
#23262: Update Backbone.js to 0.9.10
--------------------------------+-----------------------
Reporter: markjaquith | Owner: nacin
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 3.6
Component: External Libraries | Version: 3.5
Severity: blocker | Resolution:
Keywords: |
--------------------------------+-----------------------
Comment (by azaozz):
There are quite a few changes in [http://backbonejs.org/#changelog
Backbone 0.9.10]:
{{{
View#make has been removed. You'll need to use $ directly to construct DOM
elements now.
}}}
We use that in few places.
{{{
The Model#change method has been removed, as delayed attribute changes as
no longer available.
}}}
And that.
Also it seems `change` event on collections now fires on creating the
collection, before we can add `this.frame` throwing the above error.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23262#comment:19>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list