From 9ea07a480a0a9cd9f6683fd623a3959845650378 Mon Sep 17 00:00:00 2001 From: "J.P.P Treub" Date: Thu, 17 Mar 2016 14:17:51 +0100 Subject: [PATCH] wercker hickup --- framer/Utils.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framer/Utils.coffee b/framer/Utils.coffee index 5c185e98a..f81f28048 100644 --- a/framer/Utils.coffee +++ b/framer/Utils.coffee @@ -830,7 +830,7 @@ Utils.rotationNormalizer = -> # Coordinate system - + # convert a point from a layer to the context level, with rootContext enabled you can make it cross to the top context Utils.convertPointToContext = (point = {}, layer, rootContext=false, includeLayer=true) -> point = _.defaults(point, {x:0, y:0, z:0})