From: Edward Date: Thu, 13 Mar 2014 10:37:37 +0000 (+0800) Subject: ux/Lightbox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=04db4d4bf1e22365b072bf55e03576df746c08f9 ux/Lightbox.js --- diff --git a/ux/Lightbox.js b/ux/Lightbox.js index d2bcbc73ff..49b2200f7f 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -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);