From 955c7e5e07abb5d76ebdf2ba7044cc9674b6bcdf Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 22 Jan 2014 08:43:11 -0600 Subject: [PATCH] Changing slate.js commands --- slate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slate.js b/slate.js index 2dec1a5..c65df52 100644 --- a/slate.js +++ b/slate.js @@ -5,7 +5,7 @@ var pushLeftHalf = slate.operation("push", { var pushLeftThird = slate.operation("push", { "direction" : "left", - "style" : "bar-resize:screenSizeX/3" + "style" : "bar-resize:2 * screenSizeX/3" }); var pushRightHalf = slate.operation("push", {