ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 10:06:44 +0000 (18:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 10:06:44 +0000 (18:06 +0800)
ux/Lightbox.js

index 23f34a9..3a1fa22 100644 (file)
@@ -416,7 +416,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         (function(){
             this.prevLink.setStyle({ height: imgHeight + 'px' });
             this.nextLink.setStyle({ height: imgHeight + 'px' });
-            this.imageDataContainer.setStyle({ width: widthNew + 'px',}); // the text area..
+            this.imageDataContainer.setStyle({ width: widthNew + 'px'}); // the text area..
             this.showImage();
         }).defer(timeout / 1000, this);
     },