refactor(view) innerWidth, innerHeight -> 100%

This commit is contained in:
coderaiser 2014-01-24 07:13:14 -05:00
parent 24e4c776f4
commit 7e6d21a52f

View file

@ -29,8 +29,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
openEffect : 'none',
closeEffect : 'none',
autoSize : false,
height : window.innerHeight,
width : window.innerWidth/0.75,
height : '100%',
width : '100%',
minWidth : 0,
minHeight : 0,