Roo/dialog/UploadCropbox.js
[roojs1] / roojs-ui-debug.js
index 880d6ce..ed2bfdd 100644 (file)
@@ -44130,14 +44130,14 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         this.startScale = this.scale;
         this.scale = (e.getWheelDelta() == 1) ? (this.scale + 1) : (this.scale - 1);
         
-        console.log("START SCALE:" . startScale);
-        console.log("TEST SCALE: " . startScale);
+        console.log("START SCALE:" . this.startScale);
+        console.log("TEST SCALE: " . this.startScale);
         if(!this.zoomable()){
             this.scale = this.startScale;
             return;
         }
 
-        console.log("END SCALE: " . endScale);
+        console.log("END SCALE: " . this.Scale);
         
         this.draw();