aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGez Quinn <holla@gezquinn.design>2019-12-09 20:13:03 +0000
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-12-09 21:13:03 +0100
commitd193d0ba8532206763b666bcc62665b357aef021 (patch)
tree70b3674275d90aea2e47cfabafd542de76fee33e /demos
parent9c0d83f2e55f6b33e650f8dcd6b53866601695fd (diff)
downloadjquery-ui-d193d0ba8532206763b666bcc62665b357aef021.tar.gz
jquery-ui-d193d0ba8532206763b666bcc62665b357aef021.zip
Sortable: Remove reference to .disableSelection() from demos
`.disableSelection()` was deprecated in v1.9: http://api.jqueryui.com/disableSelection/ Closes gh-1856
Diffstat (limited to 'demos')
-rw-r--r--demos/sortable/default.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/sortable/default.html b/demos/sortable/default.html
index f37a23c44..b3ce9860d 100644
--- a/demos/sortable/default.html
+++ b/demos/sortable/default.html
@@ -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>