Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Oct 20, 2012
1 parent 987c1aa commit c83b4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/magnifier.js
Expand Up @@ -584,7 +584,7 @@ ZoomRegion.prototype = {
this._viewPortX = 0;
this._viewPortY = 0;
this._viewPortWidth = global.screen_width;
this._viewPortHeigh = global.screen_height;
this._viewPortHeight = global.screen_height;
this._xCenter = this._viewPortWidth / 2;
this._yCenter = this._viewPortHeight / 2;
this._xMagFactor = 1;
Expand Down

0 comments on commit c83b4e4

Please sign in to comment.