Browse Source

Merge branch 'dev' into gh-pages

gh-pages
RubaXa 10 years ago
parent
commit
a7c45f063d
  1. 2
      ng-sortable.js

2
ng-sortable.js

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

Loading…
Cancel
Save