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

Commit

Permalink
FixedToolbar: change destroy to _destroy per ui 1.9 upgrade guide wid…
Browse files Browse the repository at this point in the history
…get was not being destroyed previously. Fixes #3880 - fixedToolbar _destroy()
  • Loading branch information
arschmitz committed Nov 15, 2012
1 parent 982d7fa commit e1fe9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/fixedToolbar.js
Expand Up @@ -264,7 +264,7 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
});
},

destroy: function() {
_destroy: function() {
var $el = this.element,
header = $el.is( ".ui-header" );

Expand Down

0 comments on commit e1fe9b0

Please sign in to comment.