Skip to content

Commit

Permalink
Remove extraneous binding
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jul 6, 2017
1 parent 989d963 commit 23dec32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default class Magnifier {
this.handleLoad = this.handleLoad.bind(this);
this.handleTouchMove = this.handleTouchMove.bind(this);
this.handleTouchEnd = this.handleTouchEnd.bind(this);
this.destroy = this.destroy.bind(this);
Object.keys(this.props).forEach(prop => this.setStyle(prop, this.props[prop]));
insertAfter(this.lens, this.el);
this.show();
Expand Down

0 comments on commit 23dec32

Please sign in to comment.