diff options
Diffstat (limited to 'ui/jquery.ui.dialog.js')
-rw-r--r-- | ui/jquery.ui.dialog.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 04b23f2a1..0ed529345 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -186,10 +186,6 @@ $.widget("ui.dialog", { }); } - // TODO use andSelf() - // TODO get rid of this?! why do we need to disable selection anyway? - uiDialogTitlebar.find( "*" ).add( uiDialogTitlebar ).disableSelection(); - // TODO use button? or at least a button element, so that SPACE works? this._hoverable( uiDialogTitlebarClose ); this._focusable( uiDialogTitlebarClose ); |