Skip to content

Commit 67d468b

Browse files
committed
Merge pull request jquery-archive#1976 from rwldrn/jquery.mobile.navbar.js-2
jQuery core style guide conformance: jquery.mobile.navbar.js-2
2 parents 453d998 + 6b1d18b commit 67d468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $.widget( "mobile.navbar", $.mobile.widget, {
2020
iconpos = $navbtns.filter( ":jqmData(icon)" ).length ?
2121
this.options.iconpos : undefined;
2222

23-
$navbar.addClass( "ui-navbar ")
23+
$navbar.addClass( "ui-navbar" )
2424
.attr( "role","navigation" )
2525
.find( "ul" )
2626
.grid({ grid: this.options.grid });

0 commit comments

Comments
 (0)