Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Oct 12, 2012
1 parent 9df8dc3 commit c9ba67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/navigation/navigate_method.js
Expand Up @@ -60,7 +60,7 @@ $.testHelper.setPushState();
}

// Test the inclusion of state for both pushstate and hashchange
// _ --nav--> #foo {state} --nav--> #bar --back--> #foo {state}
// _ --nav--> #foo {state} --nav--> #bar --back--> #foo {state} --foward--> #bar {state}
asyncTest( "navigating backward should include the history state", function() {
$.testHelper.eventTarget = $( window );

Expand Down

0 comments on commit c9ba67f

Please sign in to comment.