Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Widget: removed console.log call.
- Loading branch information
Showing
with
1 addition
and
2 deletions.
-
+1
−2
ui/jquery.ui.widget.js
|
|
@@ -132,8 +132,7 @@ $.Widget.prototype = { |
|
|
options ); |
|
|
|
|
|
var self = this; |
|
|
this.element.bind( "remove." + this.widgetName, function(event) { |
|
|
console.log('remove', event); |
|
|
this.element.bind( "remove." + this.widgetName, function() { |
|
|
self.destroy(); |
|
|
}); |
|
|
|
|
|
|