diff --git a/Sortable.js b/Sortable.js index 03d9f67..0b969d0 100644 --- a/Sortable.js +++ b/Sortable.js @@ -206,7 +206,7 @@ // Bind all private methods for (var fn in this) { if (fn.charAt(0) === '_') { - this[fn] = this[fn].bind(this); + this[fn] = this[fn].bind(this); } }