Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
worka authored Jul 29, 2019
1 parent a8fef22 commit 0915e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Image resizing using mouse wheel + drag scrollable image
prepare: function (scale, correct_x, correct_y) {
// do smth when image prepared
},
rescale: function (scale, correct_x, correct_y) {
rescale: function (scale, correct_x, correct_y, min_scale) {
// do smth when image rescaled
}
});
Expand Down

0 comments on commit 0915e51

Please sign in to comment.