Removed methods which don't exist anymore.

This commit is contained in:
Dick van den Brink
2014-01-16 16:26:45 +01:00
parent 2625222bb4
commit 4df797ddbc
+1 -4
View File
@@ -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();
}
}