diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html
index 211448b0..bcae5518 100755
--- a/docs/api/globalconfig.html
+++ b/docs/api/globalconfig.html
@@ -94,6 +94,9 @@ $(document).bind("mobileinit", function(){
ajaxFormsEnabled (deprecated boolean, default: true):
jQuery Mobile will automatically handle form submissions through Ajax, when possible.
+
+ hashListeningEnabled (boolean, default: true):
+ jQuery Mobile will automatically listen and handle changes to the location.hash. Disabling this will prevent jQuery Mobile from handling hash changes, which allows you to handle them yourself, or simply to use simple deep-links within a document that scroll to a particular ID.
defaultTransition (string, default: 'slide'):
Set the default transition for page changes that use Ajax. The default transition for dialog presentation is 'pop'. Set to 'none' for no transitions by default.