Bump to 1.4

Removed showPageLoadingMsg and hidePageLoadingMsg
This commit is contained in:
Dick van den Brink
2014-01-14 22:23:48 +01:00
parent 2f06bb165b
commit 7b2bc7f872
+1 -3
View File
@@ -1,4 +1,4 @@
// Type definitions for jQuery Mobile 1.2
// Type definitions for jQuery Mobile 1.4
// Project: http://jquerymobile.com/
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
@@ -338,8 +338,6 @@ interface JQueryMobile extends JQueryMobileOptions {
options: JQueryMobileOptions;
transitionFallbacks: any;
showPageLoadingMsg(): void;
hidePageLoadingMsg(): void;
loader: any;
page: any;