mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Widget: removed console.log call.
This commit is contained in:
parent
c476541251
commit
ebf5160587
3
ui/jquery.ui.widget.js
vendored
3
ui/jquery.ui.widget.js
vendored
@ -132,8 +132,7 @@ $.Widget.prototype = {
|
|||||||
options );
|
options );
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
this.element.bind( "remove." + this.widgetName, function(event) {
|
this.element.bind( "remove." + this.widgetName, function() {
|
||||||
console.log('remove', event);
|
|
||||||
self.destroy();
|
self.destroy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user