Changing slate.js commands

This commit is contained in:
Dustin Swan 2014-01-22 08:43:11 -06:00
parent a52e8344a9
commit 955c7e5e07

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