aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.popup.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/jquery.ui.popup.js b/ui/jquery.ui.popup.js
index ce7a565db..4726f3a61 100644
--- a/ui/jquery.ui.popup.js
+++ b/ui/jquery.ui.popup.js
@@ -109,19 +109,6 @@ $.widget( "ui.popup", {
}
this._bind({
- focusout: function( event ) {
- // use a timer to allow click to clear it and letting that
- // handle the closing instead of opening again
- this.closeTimer = this._delay( function() {
- this.close( event );
- }, 100);
- },
- focusin: function( event ) {
- clearTimeout( this.closeTimer );
- }
- });
-
- this._bind({
// TODO only triggered on element if it can receive focus
// bind to document instead?
// either element itself or a child should be focusable