Split the queue code out from data.js into a dedicated queue.js file (also split...
authorJohn Resig <jeresig@gmail.com>
Sun, 6 Dec 2009 22:19:33 +0000 (17:19 -0500)
committerJohn Resig <jeresig@gmail.com>
Sun, 6 Dec 2009 22:19:33 +0000 (17:19 -0500)
commitebad701751689b773afe29d1e3c4532c7810d02a
tree20358b0c3113083e491919ac0f8ec243baa0fb55
parent87ba780c69ac1af04afc40f2da39282d917f9108
Split the queue code out from data.js into a dedicated queue.js file (also split tests accordingly).
Makefile
Rakefile
build.xml
src/data.js
src/queue.js [new file with mode: 0644]
test/index.html
test/unit/data.js
test/unit/queue.js [new file with mode: 0644]