ux/Lightbox.js
authorEdward <edward@roojs.com>
Mon, 16 Jun 2014 06:13:32 +0000 (14:13 +0800)
committerEdward <edward@roojs.com>
Mon, 16 Jun 2014 06:13:32 +0000 (14:13 +0800)
ux/Lightbox.js

index c21bc12..af7ec6b 100644 (file)
@@ -478,7 +478,8 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         var w = window;
         var ww = w.innerWidth || (w.document.documentElement.clientWidth || w.document.body.clientWidth);
         var wh = w.innerHeight || (w.document.documentElement.clientHeight || w.document.body.clientHeight);
-        
+        Roo.log(ww);
+        Roo.log(wh);
         ww -= 150;
         wh -= 150;