Skip to content

Commit

Permalink
typo in code example. Fixes jquery-archive#966
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Feb 3, 2011
1 parent 2423c3c commit 0745af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forms/forms-selects.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Option to use native menus</h2>
<code>
<pre>
$(document).bind('mobileinit',function(){
$.mobile.selectmenu.prototype.options.nativemenu = true;
$.mobile.selectmenu.prototype.options.nativeMenu = true;
});
</pre>
</code>
Expand Down

0 comments on commit 0745af1

Please sign in to comment.