diff options
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r-- | ui/ui.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.core.js b/ui/ui.core.js index a83618a45..1b4794485 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -309,7 +309,7 @@ $.widget = function(name, prototype) { return self._getData(key); } }) - .bind('remove', function() { + .bind('remove.' + name, function() { return self.destroy(); }); }; |