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

Commit

Permalink
Toolbar: Remove call to _setOptions from inside _makeFixed
Browse files Browse the repository at this point in the history
Closes gh-6686
Fixes gh-6567
  • Loading branch information
Richard McDaniel authored and Gabriel Schulhof committed Feb 20, 2014
1 parent c358947 commit cc54a86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/widgets/fixedToolbar.js
Expand Up @@ -46,7 +46,6 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
this._addTransitionClass();
this._bindPageEvents();
this._bindToggleHandlers();
this._setOptions( this.options );
},

_setOptions: function( o ) {
Expand Down

0 comments on commit cc54a86

Please sign in to comment.