changed docs for live event => bind event

This commit is contained in:
scottjehl 2010-11-12 15:46:00 -05:00
parent 0cf915eb4b
commit bffff87441

View file

@ -55,7 +55,7 @@ $(document).bind("mobileinit", function(){
<p>...or by setting them individually:</p>
<pre>
<code>
$(document).live("mobileinit", function(){
$(document).bind("mobileinit", function(){
<strong>$.mobile.foo = bar;</strong>
});
</code>