Upgrading Backbone.js (test) dependencies to latest jQuery, Zepto, and Underscore.

This commit is contained in:
Jeremy Ashkenas
2011-02-07 11:50:22 -05:00
parent ac8c3dd9db
commit 164ad725c7
9 changed files with 3748 additions and 1712 deletions

View File

@@ -100,7 +100,7 @@ $(document).ready(function() {
asyncTest("Controller: routes (anything)", 1, function() {
window.location.hash = 'doesnt-match-a-route';
setTimeout(function() {
equals(controller.anything, 'doesnt-match-a-routea');
equals(controller.anything, 'doesnt-match-a-route');
start();
window.location.hash = '';
}, 10);