Skip to content

Commit

Permalink
Fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-m1 authored Nov 6, 2018
1 parent 23a3279 commit a9d8eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@

// Drag start event
_dispatchEvent(_this, rootEl, 'choose', dragEl, rootEl, rootEl, oldIndex);

// Chosen item
_toggleClass(dragEl, options.chosenClass, true);
};
Expand Down

0 comments on commit a9d8eb4

Please sign in to comment.