Skip to content

Commit

Permalink
Fix: Properly binding imageViewer.updatePannability() (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Jan 23, 2018
1 parent e590ff9 commit e18aeb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/viewers/image/ImageViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class ImageViewer extends ImageBaseViewer {
super(options);

this.rotateLeft = this.rotateLeft.bind(this);
this.updatePannability = this.updatePannability.bind(this);

if (this.isMobile) {
this.handleOrientationChange = this.handleOrientationChange.bind(this);
Expand Down

0 comments on commit e18aeb6

Please sign in to comment.