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

Commit 8258425

Browse files
committed
Merge pull request #5292 from arschmitz/issue-3880
FixedToolbar: change destroy to _destroy per ui 1.9 upgrade guide widget...(cherry picked from commit 751a158)
1 parent e59b5f2 commit 8258425

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
@@ -254,7 +254,7 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
254254
});
255255
},
256256

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

0 commit comments

Comments
 (0)