X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=71442e5359f96e60e8263fffa4a2dedb8f126f71;hb=c4d490235a4ae2e687f08fb4908dce72ac6cb62b;hp=aa82d8ad25bb75a0cc492b8baca21f99e2e9b51f;hpb=6c5bafbd26aec8e78dd7298c7ad9a734da8d1b4c;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index aa82d8ad25..71442e5359 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -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;