diff --git a/index.html b/index.html index 13e3258..429ceb9 100644 --- a/index.html +++ b/index.html @@ -244,7 +244,7 @@
Group C
-
@@ -315,7 +315,7 @@ sort.destroy(); onUpdate: function (evt){ console.log('onUpdate.foo:', evt.item); }, onRemove: function (evt){ console.log('onRemove.foo:', evt.item); }, onStart:function(evt){ console.log('onStart.foo:',evt.item);}, - onEnd: function(evt){ console.log('onEnd.foo:',evt.item);} + onEnd: function(evt){ console.log('onEnd.foo:', evt.item);} }); new Sortable(bar, { @@ -323,8 +323,8 @@ sort.destroy(); onAdd: function (evt){ console.log('onAdd.bar:', evt.item); }, onUpdate: function (evt){ console.log('onUpdate.bar:', evt.item); }, onRemove: function (evt){ console.log('onRemove.bar:', evt.item); }, - onStart:function(evt){ console.log('onStart.foo:',evt.item);}, - onEnd: function(evt){ console.log('onEnd.foo:',evt.item);} + onStart:function(evt){ console.log('onStart.foo:', evt.item);}, + onEnd: function(evt){ console.log('onEnd.foo:', evt.item);} });