Skip to content

Commit

Permalink
Image: use this instead of variable name were possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Davit Barbakadze committed Feb 2, 2017
1 parent 4c65c9c commit 498eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/image/Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ define("moxie/image/Image", [
});

imgCopy.bind("Load", function() {
imgCopy.downsize(opts);
this.downsize(opts);
});

// if embedded thumb data is available and dimensions are big enough, use it
Expand Down

0 comments on commit 498eea4

Please sign in to comment.