Update jquerymobile/jquerymobile.d.ts

added missing methods in JQueryMobile interface:
showPageLoadingMsg(); 
hidePageLoadingMsg();
This commit is contained in:
vladimirGI
2013-02-09 20:13:50 -05:00
parent aa97ce4ffc
commit 23768588b8
+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;
}
}