Browse Source

Update Sortable.js

pull/746/head
dev101 9 years ago
parent
commit
9b9704e182
  1. 2
      Sortable.js

2
Sortable.js

@ -255,7 +255,7 @@
// Bind all private methods
for (var fn in this) {
if (fn.charAt(0) === '_') {
if (fn.charAt(0) === '_' && typeof(this[fn].bind) === 'function') {
this[fn] = this[fn].bind(this);
}
}

Loading…
Cancel
Save