mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
linting issues
This commit is contained in:
parent
aad1146a65
commit
55b5a60b1c
1 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@
|
|||
},
|
||||
|
||||
function(){
|
||||
ok(location.hash.indexOf(dialogHashKey) == -1);
|
||||
same(location.hash.indexOf(dialogHashKey), -1);
|
||||
start();
|
||||
}
|
||||
]);
|
||||
|
|
@ -248,7 +248,7 @@
|
|||
},
|
||||
|
||||
function(){
|
||||
selectButton = $.mobile.activePage.find( "#cached-page-select" ).siblings( 'a' ),
|
||||
selectButton = $.mobile.activePage.find( "#cached-page-select" ).siblings( 'a' );
|
||||
parentPageId = $.mobile.activePage.attr( 'id' );
|
||||
same( $("#" + parentPageId).length, 1, "establish the parent page exists" );
|
||||
selectButton.click();
|
||||
|
|
|
|||
Loading…
Reference in a new issue