Browse Source

#86: fixed event handler context

pull/101/head
RubaXa 10 years ago
parent
commit
019c4695ab
  1. 2
      Sortable.js
  2. 2
      Sortable.min.js

2
Sortable.js

@ -96,7 +96,7 @@
_customEvents.forEach(function (name) {
options[name] = _bind(this, options[name] || noop);
_on(el, name.substr(2).toLowerCase(), options[name]);
});
}, this);
// Export group name

2
Sortable.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save