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

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Mar 15, 2015
1 parent 5af6ad8 commit 76369d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization

* text=auto
1 change: 1 addition & 0 deletions examples/crop-avatar/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
this.$img.cropper({
aspectRatio: 1,
preview: this.$avatarPreview.selector,
strict: false,
crop: function (data) {
var json = [
'{"x":' + data.x,
Expand Down

0 comments on commit 76369d5

Please sign in to comment.