mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-10 22:50:47 +01:00
lint
This commit is contained in:
@@ -44,7 +44,7 @@ define('pictureCropper', ['translator', 'cropper'], function (translator, croppe
|
||||
var cropperTool = new cropper.default(img, {
|
||||
aspectRatio: data.aspectRatio,
|
||||
viewMode: 1,
|
||||
cropmove: function (e) {
|
||||
cropmove: function () {
|
||||
if (data.restrictImageDimension) {
|
||||
if (cropperTool.cropBoxData.width > data.imageDimension) {
|
||||
cropperTool.setCropBoxData({
|
||||
|
||||
Reference in New Issue
Block a user