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

index fb20f26..2d6ada7 100644 (file)
@@ -115,7 +115,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
     initialize: function() {    
         
         this.updateImageList();
-        
+        this.initializeCSS();
         // TBD this.keyboardAction = this.keyboardAction.bindAsEventListener(this);
         this.resizeSpeed  = Math.min(this.resizeSpeed, 10);
         this.resizeSpeed  = Math.max(this.resizeSpeed, 1);