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

Commit

Permalink
transition to polymer-gestures
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 14, 2014
1 parent 40936c9 commit 8e8b87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
shadowRootReady: function(root) {
// locate nodes with id and store references to them in this.$ hash
this.marshalNodeReferences(root);
// set up pointer gestures
PointerGestures.register(root);
// set up polymer gestures
PolymerGestures.register(root);
},
// locate nodes with id and store references to them in this.$ hash
marshalNodeReferences: function(root) {
Expand Down

0 comments on commit 8e8b87a

Please sign in to comment.