diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.widget.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index 55b6eda5d..31328a455 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -339,7 +339,7 @@ $.Widget.prototype = { .apply( instance, arguments ); } var instance = this; - setTimeout( handlerProxy, delay || 0 ); + return setTimeout( handlerProxy, delay || 0 ); }, _hoverable: function( element ) { |