feature(view) add minWidth, minHeight

This commit is contained in:
coderaiser 2013-09-04 08:46:38 +00:00
parent 250f489870
commit 435029fcac

View file

@ -28,6 +28,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
autoSize : false,
height : window.innerHeight,
width : window.innerWidth/0.75,
minWidth : 0,
minHeight : 0,
helpers : {
overlay : {