Roo/dialog/UploadCropbox.js
[roojs1] / roojs-debug.js
index 0ee0762..aa82d8a 100644 (file)
@@ -68622,14 +68622,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:" . this.startScale);
-        console.log("TEST SCALE: " . this.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: " . this.Scale);
+        console.log("END SCALE: " + this.Scale);
         
         this.draw();