Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Removed deleted option
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Feb 22, 2016
1 parent 2cbe834 commit 18fcf8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/crop-avatar/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
this.$img.cropper({
aspectRatio: 1,
preview: this.$avatarPreview.selector,
strict: false,
crop: function (e) {
var json = [
'{"x":' + e.x,
Expand Down

3 comments on commit 18fcf8a

@hengsoheak
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fengyuanchen
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hengsoheak
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible with your Examples? that I found in your source?

Please sign in to comment.