Updated issue number in test to match pull request issue.

This commit is contained in:
Brian Erickson
2012-11-01 22:56:15 -06:00
parent 8decce8d7d
commit d389418eb1

View File

@@ -492,7 +492,7 @@ $(document).ready(function() {
new Router;
});
test("#1793 Trailing spaces (pushState:false).", 1, function() {
test("#1794 Trailing spaces (pushState:false).", 1, function() {
var count = 0;
Backbone.history.stop();
@@ -517,7 +517,7 @@ $(document).ready(function() {
router.off("route:search"); //unbind events
});
test("#1793 Trailing spaces using browser location (pushState: false).", 1, function() {
test("#1794 Trailing spaces using browser location (pushState: false).", 1, function() {
var count = 0;
Backbone.history.stop();