Skip to content

Commit

Permalink
SortableJS#411: - duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Jul 18, 2015
1 parent 5509a9f commit 5f28ec8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,8 @@
translate3d = evt.touches ? 'translate3d(' + dx + 'px,' + dy + 'px,0)' : 'translate(' + dx + 'px,' + dy + 'px)';

moved = true;

touchEvt = touch;

moved = true;

_css(ghostEl, 'webkitTransform', translate3d);
_css(ghostEl, 'mozTransform', translate3d);
_css(ghostEl, 'msTransform', translate3d);
Expand Down

0 comments on commit 5f28ec8

Please sign in to comment.