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

Commit

Permalink
Add Polymer.addEventListener and Polymer.removeEventListener
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jul 31, 2014
1 parent 7acabe1 commit 4745a8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/instance/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@

scope.api.instance.events = events;

// alias PolymerGestures event listener logic
scope.addEventListener = PolymerGestures.addEventListener;
scope.removeEventListener = PolymerGestures.removeEventListener;

})(Polymer);

0 comments on commit 4745a8a

Please sign in to comment.