Skip to content

Commit

Permalink
Merge pull request #104 from eblaine/master
Browse files Browse the repository at this point in the history
Incorrect usage of downAction in the given example
  • Loading branch information
e111077 authored Jul 7, 2017
2 parents 95f4ed3 + 635610e commit 93e6bf7
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 @@ -38,7 +38,7 @@
<paper-ripple id="ripple" style="pointer-events: none;"></paper-ripple>
...
downAction: function(e) {
this.$.ripple.downAction({detail: {x: e.x, y: e.y}});
this.$.ripple.downAction(e.detail);
},
upAction: function(e) {
this.$.ripple.upAction();
Expand Down

0 comments on commit 93e6bf7

Please sign in to comment.