Update jquerymobile/jquerymobile-tests.ts

added unit tests for :
showPageLoadingMsg()
hidePageLoadingMsg()
This commit is contained in:
vladimirGI
2013-02-09 20:16:00 -05:00
parent 23768588b8
commit bfd370ecab

View File

@@ -25,6 +25,9 @@ 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() {
@@ -255,4 +258,4 @@ function test_listview() {
function test_misc() {
$.mobile.initializePage();
}
}