#21664 closed task (blessed) (fixed)
Add Underscore.js and Backbone.js to core
Reported by: | koopersmith | Owned by: | koopersmith |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4.1 |
Component: | External Libraries | Keywords: | |
Focuses: | Cc: |
Description
As discussed in dev chat earlier today, Underscore.js and Backbone.js are tools that will help us improve the quality of our Javascript. Their consistent APIs, verbose documentation, and wide usage make them a particularly good fit for WordPress core and our community.
Change History (4)
#3
@
12 years ago
Now that the minified versions are in core, does this mean we need to add the unminified versions of both scripts to the Sources Repository (linked from http://wordpress.org/download/source/) ?
Note: See
TracTickets for help on using
tickets.
The first place where Backbone will be put to use will be in the improved media workflow, which will have a lot of different states that need to be managed in JS.