aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-09 17:26:52 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-26 10:26:11 +0100
commitb6cefc797e1f4cbede6c0d69b0abf993244ea66c (patch)
tree544888d904ce561be1e429ffcd6540edb95819d4
parent46327804350874d21c564bc72d7d3c541bef9378 (diff)
downloadjquery-ui-b6cefc797e1f4cbede6c0d69b0abf993244ea66c.tar.gz
jquery-ui-b6cefc797e1f4cbede6c0d69b0abf993244ea66c.zip
Dialog: Remove deprecated disableSelection() usage.
-rw-r--r--ui/jquery.ui.dialog.js4
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 );