diff --git a/js/jquery.mobile.navbar.js b/js/jquery.mobile.navbar.js index 3a4a3b643e1..4ea542cbeac 100755 --- a/js/jquery.mobile.navbar.js +++ b/js/jquery.mobile.navbar.js @@ -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 });