mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-12 00:23:11 +00:00
typo in code example. Fixes #966
This commit is contained in:
parent
2423c3cb59
commit
0745af1292
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@
|
|||
<code>
|
||||
<pre>
|
||||
$(document).bind('mobileinit',function(){
|
||||
$.mobile.selectmenu.prototype.options.nativemenu = true;
|
||||
$.mobile.selectmenu.prototype.options.nativeMenu = true;
|
||||
});
|
||||
</pre>
|
||||
</code>
|
||||
|
|
|
|||
Loading…
Reference in a new issue