From 2e32c1c93bbe40a2ddd57099a9f914418f96f926 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Wed, 25 Mar 2015 10:36:30 +0100 Subject: move shape size calculation to core --- threads.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'threads.js') diff --git a/threads.js b/threads.js index 2817144..4aaf7b5 100644 --- a/threads.js +++ b/threads.js @@ -2535,6 +2535,8 @@ Process.prototype.reportAttributeOf = function (attribute, name) { return thatObj.variables.getVar(attribute); } switch (this.inputOption(attribute)) { + case 'shape size': + return thatObj.shapeSize(); case 'x position': return thatObj.xPosition ? thatObj.xPosition() : ''; case 'y position': -- cgit v1.3.1