r2297 - demos/draggable/sortable.html: missing semicolon ;
Author: rdworth
Date: Tue Mar 17 01:53:54 2009
New Revision: 2297
Modified:
trunk/demos/draggable/sortable.html
Log:
demos/draggable/sortable.html: missing semicolon ;
Modified: trunk/demos/draggable/sortable.html
==============================================================================
--- trunk/demos/draggable/sortable.html (original)
+++ trunk/demos/draggable/sortable.html Tue Mar 17 01:53:54 2009
@@ -21,7 +21,7 @@
connectToSortable: '#sortable',
helper: 'clone',
revert: 'invalid'
- })
+ });
$("ul, li").disableSelection();
});
</script>