diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-09 17:26:52 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-11-26 10:26:11 +0100 |
commit | b6cefc797e1f4cbede6c0d69b0abf993244ea66c (patch) | |
tree | 544888d904ce561be1e429ffcd6540edb95819d4 | |
parent | 46327804350874d21c564bc72d7d3c541bef9378 (diff) | |
download | jquery-ui-b6cefc797e1f4cbede6c0d69b0abf993244ea66c.tar.gz jquery-ui-b6cefc797e1f4cbede6c0d69b0abf993244ea66c.zip |
Dialog: Remove deprecated disableSelection() usage.
-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 ); |