Skip to content

Commit

Permalink
fix: Fix typo'd boundOnMouseMove property. (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Mar 20, 2018
1 parent 5046440 commit 4cc710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ad-ui.js
Expand Up @@ -89,7 +89,7 @@ const AdUi = function(controller) {
/**
* Bound event handler for onMouseMove.
*/
this.boundOnMouseUp = this.onMouseMove.bind(this);
this.boundOnMouseMove = this.onMouseMove.bind(this);

/**
* Stores data for the ad playhead tracker.
Expand Down

0 comments on commit 4cc710b

Please sign in to comment.