mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge pull request #1976 from rwldrn/jquery.mobile.navbar.js-2
jQuery core style guide conformance: jquery.mobile.navbar.js-2
This commit is contained in:
commit
67d468be8c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ $.widget( "mobile.navbar", $.mobile.widget, {
|
|||
iconpos = $navbtns.filter( ":jqmData(icon)" ).length ?
|
||||
this.options.iconpos : undefined;
|
||||
|
||||
$navbar.addClass( "ui-navbar ")
|
||||
$navbar.addClass( "ui-navbar" )
|
||||
.attr( "role","navigation" )
|
||||
.find( "ul" )
|
||||
.grid({ grid: this.options.grid });
|
||||
|
|
|
|||
Loading…
Reference in a new issue