mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 09:24:46 +00:00
small whitespace fix in navigation core tests
This commit is contained in:
parent
4000afe720
commit
7b00335dcc
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
$.mobile.urlHistory.activeIndex = 0;
|
||||
$.mobile.changePage = changePageFn;
|
||||
document.title = originalTitle;
|
||||
|
||||
|
||||
if ( location.hash ) {
|
||||
stop();
|
||||
$(document).one("changepage", function() {
|
||||
|
|
@ -185,6 +185,7 @@
|
|||
start();
|
||||
}]);
|
||||
});
|
||||
|
||||
asyncTest( "going back from a page entered from a dialog skips the dialog and goes to the previous page", function(){
|
||||
$.testHelper.pageSequence([
|
||||
// setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue