From 4df797ddbc8894bdc39b9b8f78101fbed0304308 Mon Sep 17 00:00:00 2001 From: Dick van den Brink Date: Thu, 16 Jan 2014 16:26:45 +0100 Subject: [PATCH] Removed methods which don't exist anymore. --- jquerymobile/jquerymobile-tests.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jquerymobile/jquerymobile-tests.ts b/jquerymobile/jquerymobile-tests.ts index a21340932..19231849f 100644 --- a/jquerymobile/jquerymobile-tests.ts +++ b/jquerymobile/jquerymobile-tests.ts @@ -25,9 +25,6 @@ function test_api() { var isAbs = $.mobile.path.isAbsoluteUrl("//foo.com/a/file.html"); var dirName = $.mobile.path.get("http://foo.com/a"); $.mobile.silentScroll(100); - - $.mobile.showPageLoadingMsg(); - $.mobile.hidePageLoadingMsg(); } function test_pagesDialogs() { @@ -258,4 +255,4 @@ function test_listview() { function test_misc() { $.mobile.initializePage(); -} +}