Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Remove unnecessary workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed May 19, 2014
1 parent 6da769b commit 158d07b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core-drag-drop.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@
if (this.dragging) {
this.dragging = false;
if (this.dragInfo.drop) {
// TODO(sorvell): remove when
// https://github.com/Polymer/polymer-gestures/issues/5
// is addressed
event.relatedTarget = wrap(event.relatedTarget);
this.dragInfo.framed = this.framed(event.relatedTarget);
this.dragInfo.event = event;
this.dragInfo.drop(this.dragInfo);
Expand Down

0 comments on commit 158d07b

Please sign in to comment.