From bffff874419661c795bfd537ddbb8b48e1a3faad Mon Sep 17 00:00:00 2001 From: scottjehl Date: Fri, 12 Nov 2010 15:46:00 -0500 Subject: [PATCH] changed docs for live event => bind event --- 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 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;
 });