mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Upgrading Backbone.js (test) dependencies to latest jQuery, Zepto, and Underscore.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user