Skip to content

Commit

Permalink
Sortable: Remove reference to .disableSelection() from demos
Browse files Browse the repository at this point in the history
`.disableSelection()` was deprecated in v1.9:
http://api.jqueryui.com/disableSelection/

Closes gh-1856
  • Loading branch information
gezquinndesign authored and mgol committed Dec 9, 2019
1 parent 9c0d83f commit d193d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/sortable/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d193d0b

Please sign in to comment.