Roo/dialog/UploadCropbox.js
[roojs1] / Roo / dialog / UploadCropbox.js
index fdd86be..804328f 100644 (file)
@@ -1392,6 +1392,9 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
         
         this.file = file;
         if(typeof(file.type) != 'undefined') {
+            console.log("CROPTYPE");
+            console.log(typeof(file.type));
+            console.log(this.cropType);
             this.cropType = file.type;
         }