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

Commit

Permalink
Merge pull request #4 from venuatu/patch-1
Browse files Browse the repository at this point in the history
typo in downAction example
  • Loading branch information
ebidel committed Jun 28, 2014
2 parents 5e33b37 + 3b3f2c3 commit 705d386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-ripple.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<paper-ripple id="ripple" style="pointer-events: none;"></paper-ripple>
...
downAction: function(e) {
this.$.ripple.downActon({x: e.x, y: e.y});
this.$.ripple.downAction({x: e.x, y: e.y});
},
upAction: function(e) {
this.$.ripple.upAction();
Expand Down

0 comments on commit 705d386

Please sign in to comment.