Skip to content

Commit

Permalink
adding functionality to cropper
Browse files Browse the repository at this point in the history
  • Loading branch information
thedustinsmith committed Oct 29, 2014
1 parent 454b57c commit 65cab1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assets/js/imageCropper.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
var self = this;
point[0] = point[0] * self._currentZoom;
point[1] = point[1] * self._currentZoom;


};

Expand Down

0 comments on commit 65cab1c

Please sign in to comment.