Roo/bootstrap/DocumentManager.js
authoredward <edward@roojs.com>
Thu, 3 Mar 2016 06:01:08 +0000 (14:01 +0800)
committeredward <edward@roojs.com>
Thu, 3 Mar 2016 06:01:08 +0000 (14:01 +0800)
Roo/bootstrap/DocumentManager.js

index 8e06fb4..bf35312 100644 (file)
@@ -573,7 +573,7 @@ Roo.extend(Roo.bootstrap.DocumentManager, Roo.bootstrap.Component,  {
         file.target = previewEl;
 
         var image = previewEl.select('img', true).first();
-
+        Roo.log(image);
         image.addEventListener("load", function(){ _this.onPreviewLoad(image); });
         
         image.on('click', this.onClick, this, file);