]> source.dussan.org Git - jquery-ui.git/commitdiff
Sortable: Remove reference to .disableSelection() from demos
authorGez Quinn <holla@gezquinn.design>
Mon, 9 Dec 2019 20:13:03 +0000 (20:13 +0000)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 9 Dec 2019 20:13:03 +0000 (21:13 +0100)
`.disableSelection()` was deprecated in v1.9:
http://api.jqueryui.com/disableSelection/

Closes gh-1856

demos/sortable/default.html

index f37a23c44af27d88580fb44cb4e8484d327beb55..b3ce9860d0f51398d66078bdf85067c732966803 100644 (file)
@@ -14,7 +14,6 @@
        <script src="../../external/requirejs/require.js"></script>
        <script src="../bootstrap.js" data-modules="disable-selection">
                $( "#sortable" ).sortable();
-               $( "#sortable" ).disableSelection();
        </script>
 </head>
 <body>