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

Commit 8e8b87a

Browse files
committed
transition to polymer-gestures
1 parent 40936c9 commit 8e8b87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/instance/base.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171
shadowRootReady: function(root) {
172172
// locate nodes with id and store references to them in this.$ hash
173173
this.marshalNodeReferences(root);
174-
// set up pointer gestures
175-
PointerGestures.register(root);
174+
// set up polymer gestures
175+
PolymerGestures.register(root);
176176
},
177177
// locate nodes with id and store references to them in this.$ hash
178178
marshalNodeReferences: function(root) {

0 commit comments

Comments
 (0)