From: Jörn Zaefferer Date: Mon, 21 Sep 2015 11:14:20 +0000 (+0200) Subject: Demos: Remove use of disableSelection() in widget demo, no need X-Git-Tag: 1.12.0-beta.1~121 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1603%2Fhead;p=jquery-ui.git Demos: Remove use of disableSelection() in widget demo, no need Ref 4916487440b0c087e6e5996522cf478af26df591 --- diff --git a/demos/widget/default.html b/demos/widget/default.html index 80a420db4..ad2b3b811 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -39,9 +39,7 @@ _create: function() { this.element // add a class for theming - .addClass( "custom-colorize" ) - // prevent double click to select text - .disableSelection(); + .addClass( "custom-colorize" ); this.changer = $( "