From 92331a62c3fa24389e761fff77290c7ab9cbc5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 31 Mar 2014 18:13:36 +0200 Subject: [PATCH] transformations will always be defined at this point of the code. --- src/item/Item.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/item/Item.js b/src/item/Item.js index c712328d..df429405 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -3522,8 +3522,6 @@ var Item = Base.extend(Callback, /** @lends Item# */{ return; // Only keep track of transformation if told so. See Project#draw() if (trackTransforms) { - if (!transforms) - transforms = param.transforms = []; transforms.push(this._globalMatrix = globalMatrix); // We also keep the cached _globalMatrix versioned. globalMatrix._updateVersion = updateVersion;