Skip to content

Commit

Permalink
Toolbar: Implement Classes Option
Browse files Browse the repository at this point in the history
remove extra space

Fixes jquery-archivegh-7687
  • Loading branch information
cgack committed Aug 19, 2015
1 parent 617a4bc commit 2409a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/fixedToolbar.js
Expand Up @@ -247,7 +247,7 @@ return $.widget( "mobile.toolbar", $.mobile.toolbar, {
hasFixed = $( "body>.ui-" + this.role + "-fixed" )
.add( page.find( ".ui-" + this.options.role + "-fixed" ) )
.not( this.element ).length > 0;
hasFullscreen = $( "body>.ui-" + this.role + "-fixed" )
hasFullscreen = $( "body>.ui-" + this.role + "-fixed" )
.add( page.find( ".ui-" + this.options.role + "-fullscreen" ) )
.not( this.element ).length > 0;
toolbarClasses = "ui-header-fixed ui-footer-fixed ui-header-fullscreen in out" +
Expand Down

0 comments on commit 2409a39

Please sign in to comment.