mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update jquerymobile/jquerymobile.d.ts
added missing methods in JQueryMobile interface: showPageLoadingMsg(); hidePageLoadingMsg();
This commit is contained in:
Vendored
+3
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user