diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html index 05b4cd54..66ab989e 100755 --- a/docs/api/globalconfig.html +++ b/docs/api/globalconfig.html @@ -55,7 +55,7 @@ $(document).bind("mobileinit", function(){

...or by setting them individually:

 				
-$(document).live("mobileinit", function(){
+$(document).bind("mobileinit", function(){
   $.mobile.foo = bar;
 });