From 55b5a60b1ca970586ce46689b980fb53df1d52a4 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 10 Aug 2011 13:56:52 -0700 Subject: [PATCH] linting issues --- tests/unit/select/select_core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/select/select_core.js b/tests/unit/select/select_core.js index 93f66d20..7a1d91c9 100644 --- a/tests/unit/select/select_core.js +++ b/tests/unit/select/select_core.js @@ -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();