Commit d5479eb0 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove unnecessary line

parent 10ffbb85
...@@ -110,7 +110,6 @@ class GitLabCrop ...@@ -110,7 +110,6 @@ class GitLabCrop
data = $(btn).data() data = $(btn).data()
if @modalCropImg.data('cropper') && data.method if @modalCropImg.data('cropper') && data.method
data = $.extend {}, data
result = @modalCropImg.cropper data.method, data.option result = @modalCropImg.cropper data.method, data.option
onFileInputChange: (e, input) -> onFileInputChange: (e, input) ->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment