diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html
index 7ee4d8a2..ec646750 100755
--- a/docs/api/globalconfig.html
+++ b/docs/api/globalconfig.html
@@ -82,6 +82,9 @@ $(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.
+
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.