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

Commit cc54a86

Browse files
Richard McDanielGabriel Schulhof
authored andcommitted
Toolbar: Remove call to _setOptions from inside _makeFixed
Closes gh-6686 Fixes gh-6567
1 parent c358947 commit cc54a86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/widgets/fixedToolbar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
4646
this._addTransitionClass();
4747
this._bindPageEvents();
4848
this._bindToggleHandlers();
49-
this._setOptions( this.options );
5049
},
5150

5251
_setOptions: function( o ) {

0 commit comments

Comments
 (0)