Browse Source

* evt

pull/242/head
RubaXa 10 years ago
parent
commit
e370723822
  1. 2
      ng-sortable.js

2
ng-sortable.js

@ -96,7 +96,7 @@
opts[name] = opts[name] || options[name];
return opts;
}, {
onStart: function (/**Event*/) {
onStart: function (/**Event*/evt) {
nextSibling = evt.item.nextSibling;
options.onStart(source.items());
},

Loading…
Cancel
Save