typo in code example. Fixes #966

This commit is contained in:
scottjehl 2011-02-03 17:49:58 -05:00
parent 2423c3cb59
commit 0745af1292

View file

@ -125,7 +125,7 @@
<code>
<pre>
$(document).bind('mobileinit',function(){
$.mobile.selectmenu.prototype.options.nativemenu = true;
$.mobile.selectmenu.prototype.options.nativeMenu = true;
});
</pre>
</code>