Changing some slate.js commands

This commit is contained in:
Dustin Swan 2014-01-21 10:30:44 -06:00
parent 73d4724a45
commit cff2e20dc8

View file

@ -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", {