Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4525 from MauriceG/patch-117
Browse files Browse the repository at this point in the history
fixedToolbar.js: adding spaces pre/post brackets
  • Loading branch information
jaspermdegroot committed Jun 16, 2012
2 parents fa7fda2 + b4bc0b3 commit bfbbf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/fixedToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ define( [ "../jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../j
if( this.options.fullscreen ){ return; }

tbPage = tbPage || $el.closest( ".ui-page" );
$(tbPage).css( "padding-" + ( header ? "top" : "bottom" ), $el.outerHeight() );
$( tbPage ).css( "padding-" + ( header ? "top" : "bottom" ), $el.outerHeight() );
},

_useTransition: function( notransition ){
Expand Down

0 comments on commit bfbbf14

Please sign in to comment.