diff options
author | Richard Worth <rdworth@gmail.com> | 2009-03-17 08:53:54 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-03-17 08:53:54 +0000 |
commit | e8fcf147a1cf4986dd7a4666ba160dc3d2789c75 (patch) | |
tree | 62231eb2ca34530525f0ff54be5717cf380fd41f /demos | |
parent | 2ebe15ee7d30c4658709d78468dccefb73abad41 (diff) | |
download | jquery-ui-e8fcf147a1cf4986dd7a4666ba160dc3d2789c75.tar.gz jquery-ui-e8fcf147a1cf4986dd7a4666ba160dc3d2789c75.zip |
demos/draggable/sortable.html: missing semicolon ;
Diffstat (limited to 'demos')
-rw-r--r-- | demos/draggable/sortable.html | 2 |
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> |