From f63f492917c649875225236d89d54d011fee79a4 Mon Sep 17 00:00:00 2001 From: Lamaster Date: Thu, 1 Dec 2011 03:54:57 +0600 Subject: [PATCH] typo: until is written twice --- docs/api/globalconfig.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html index e2da1162..2a757a19 100755 --- a/docs/api/globalconfig.html +++ b/docs/api/globalconfig.html @@ -84,7 +84,7 @@ $(document).bind("mobileinit", function(){
autoInitializePage boolean, default: true
-
When the DOM is ready, the framework should automatically call $.mobile.initializePage. If false, page will not initialize, and will be visually hidden until until $.mobile.initializePage is manually called.
+
When the DOM is ready, the framework should automatically call $.mobile.initializePage. If false, page will not initialize, and will be visually hidden until $.mobile.initializePage is manually called.
subPageUrlKey string, default: "ui-page"
The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to example.html&ui-page=subpageIdentifier. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.