Browse Source

Replaced 'spaces' by 'tabs'

pull/47/head
ziflex 11 years ago
parent
commit
ae9a9c6c43
  1. 6
      Sortable.js

6
Sortable.js

@ -144,9 +144,9 @@
target.draggable = true;
// Disable "draggable"
Array.prototype.forEach.call(options.ignore.split(','), function (criteria) {
_find(target, criteria.trim(), _disableDraggable);
});
Array.prototype.forEach.call(options.ignore.split(','), function (criteria) {
_find(target, criteria.trim(), _disableDraggable);
});
if( touch ){
// Touch device support

Loading…
Cancel
Save