Merge pull request #266 from vladimirGI/master

jquery mobile missing methods
This commit is contained in:
Boris Yankov
2013-02-11 02:22:02 -08:00
2 changed files with 7 additions and 2 deletions
+4 -1
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();
}
}
+3 -1
View File
@@ -288,6 +288,8 @@ interface JQueryMobile extends JQueryMobileOptions {
options: JQueryMobileOptions;
transitionFallbacks;
showPageLoadingMsg();
hidePageLoadingMsg();
loader;
loading;
loadPage;
@@ -379,4 +381,4 @@ interface JQuery {
interface JQueryStatic {
mobile: JQueryMobile;
}
}