remove selectNode (not needed - learn about Roo.select())
[roojs1] / ux / Lightbox.js
index 2bd45f7..60e13f0 100644 (file)
@@ -394,8 +394,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         }
         */
         var s = Roo.get(document).getScroll();
-        
-        // calculate top and left offset for the lightbox 
+         // calculate top and left offset for the lightbox 
         // weird.. why / 10?
         var lightboxTop = s.top + (Roo.lib.Dom.getViewHeight() / 10);
         var lightboxLeft = s.left
@@ -408,7 +407,6 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         this.lightbox.show();
         
         
-        
         this.changeImage(imageNum);
     },