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

Commit

Permalink
Update listener api.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Aug 2, 2014
1 parent b136f5e commit 225307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-drag-drop.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

attached: function() {
var listen = function(event, handler) {
PolymerGestures.addGesture(this.parentNode, event, this[handler].bind(this));
Polymer.addEventListener(this.parentNode, event, this[handler].bind(this));
}.bind(this);
//
listen('trackstart', 'trackStart');
Expand Down

0 comments on commit 225307d

Please sign in to comment.