mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixed typo in button state active default docs. Closes #2403. Thanks jasonrsavino!
This commit is contained in:
parent
2dc25539b6
commit
557da74be0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ $(document).bind("mobileinit", function(){
|
|||
<dd>The class assigned to page currently in view, and during transitions</dd>
|
||||
|
||||
|
||||
<dt><code>activeBtnClass</code> <em>string</em>, default: "ui-page-active"</dt>
|
||||
<dt><code>activeBtnClass</code> <em>string</em>, default: "ui-btn-active"</dt>
|
||||
<dd>The class used for "active" button state, from CSS framework.</dd>
|
||||
|
||||
<dt><code>ajaxEnabled</code> <em>boolean</em>, default: true</dt>
|
||||
|
|
|
|||
Loading…
Reference in a new issue