roojs-core.js
[roojs1] / roojs-debug.js
index aa82d8a..71442e5 100644 (file)
@@ -68623,7 +68623,7 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         this.scale = (e.getWheelDelta() == 1) ? (this.scale + 1) : (this.scale - 1);
         
         console.log("START SCALE:" + this.startScale);
-        console.log("TEST SCALE: " + this.startScale);
+        console.log("TEST SCALE: " + this.scale);
         if(!this.zoomable()){
             this.scale = this.startScale;
             return;