From: leon Date: Wed, 13 Jul 2022 06:41:43 +0000 (+0800) Subject: Roo/dialog/UploadCropbox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=c0068fc5c6feb92d5af89dc254f751fffc5bc7fd Roo/dialog/UploadCropbox.js --- diff --git a/Roo/dialog/UploadCropbox.js b/Roo/dialog/UploadCropbox.js index b8b66dee50..9428b8f2dc 100644 --- a/Roo/dialog/UploadCropbox.js +++ b/Roo/dialog/UploadCropbox.js @@ -560,9 +560,9 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component, { this.startScale = this.scale; this.scale = (e.getWheelDelta() == 1) ? (this.scale + 1) : (this.scale - 1); - console.log('startScale: ' . this.startScale); - console.log('scale: ' . this.scale); - console.log('getWheelDelta: ' . e.getWheelDelta()); + console.log('startScale: ' + this.startScale); + console.log('scale: ' + this.scale); + console.log('getWheelDelta: ' + e.getWheelDelta()); if(!this.zoomable()){ this.scale = this.startScale; return;