ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:36:02 +0000 (15:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 29 Dec 2010 07:36:02 +0000 (15:36 +0800)
ux/Lightbox.js

index 18426a6..79a8f20 100644 (file)
@@ -429,7 +429,6 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         var imgPreloader =  Roo.DomHelper.append(document.body, { tag: 'img' } , true);
         // once image is preloaded, resize image container
 
-        
         imgPreloader.on('load', function() {
             
             this.lightboximage.dom.src = this.imageArray[this.activeImage].dom.href;