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

Commit e1fe9b0

Browse files
committed
FixedToolbar: change destroy to _destroy per ui 1.9 upgrade guide widget was not being destroyed previously. Fixes #3880 - fixedToolbar _destroy()
1 parent 982d7fa commit e1fe9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/fixedToolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
264264
});
265265
},
266266

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

0 commit comments

Comments
 (0)