From 435029fcac598e1e55c945caed9516affcf8652c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 4 Sep 2013 08:46:38 +0000 Subject: [PATCH] feature(view) add minWidth, minHeight --- lib/client/view.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/client/view.js b/lib/client/view.js index 86554f16..05d03be9 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -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 : {