aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-03-17 08:53:54 +0000
committerRichard Worth <rdworth@gmail.com>2009-03-17 08:53:54 +0000
commite8fcf147a1cf4986dd7a4666ba160dc3d2789c75 (patch)
tree62231eb2ca34530525f0ff54be5717cf380fd41f /demos
parent2ebe15ee7d30c4658709d78468dccefb73abad41 (diff)
downloadjquery-ui-e8fcf147a1cf4986dd7a4666ba160dc3d2789c75.tar.gz
jquery-ui-e8fcf147a1cf4986dd7a4666ba160dc3d2789c75.zip
demos/draggable/sortable.html: missing semicolon ;
Diffstat (limited to 'demos')
-rw-r--r--demos/draggable/sortable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/sortable.html b/demos/draggable/sortable.html
index 6f15be432..940471afe 100644
--- a/demos/draggable/sortable.html
+++ b/demos/draggable/sortable.html
@@ -21,7 +21,7 @@
connectToSortable: '#sortable',
helper: 'clone',
revert: 'invalid'
- })
+ });
$("ul, li").disableSelection();
});
</script>