Browse Source

* fixed bool

pull/922/head
Lebedev Konstantin 8 years ago
parent
commit
830f168b28
  1. 2
      Sortable.js

2
Sortable.js

@ -173,7 +173,7 @@
_prepareGroup = function (options) {
function toFn(value, pull) {
if (value === void 0) {
if (value === void 0 || value === true) {
value = group.name;
}

Loading…
Cancel
Save