ux/Lightbox.js
authorEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:37:37 +0000 (18:37 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:37:37 +0000 (18:37 +0800)
ux/Lightbox.js

index d2bcbc7..49b2200 100644 (file)
@@ -471,6 +471,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         
         //fixme need better calcs.
         var w = window;
+        Roo.log(w);
         var ww = w.innerWidth || (w.document.documentElement.clientWidth || w.document.body.clientWidth);
         var wh = w.innerHeight || (w.document.documentElement.clientHeight || w.document.body.clientHeight);