diff options
Diffstat (limited to 'js/lib/NJUtils.js')
-rwxr-xr-x | js/lib/NJUtils.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/lib/NJUtils.js b/js/lib/NJUtils.js index c01d865b..67bb59c4 100755 --- a/js/lib/NJUtils.js +++ b/js/lib/NJUtils.js | |||
@@ -139,7 +139,8 @@ exports.NJUtils = Object.create(Object.prototype, { | |||
139 | controller: { value: ControllerFactory.getController(controller)}, | 139 | controller: { value: ControllerFactory.getController(controller)}, |
140 | pi: { value: pi}, | 140 | pi: { value: pi}, |
141 | props3D: { value: p3d}, | 141 | props3D: { value: p3d}, |
142 | shapeModel: { value: shapeProps} | 142 | shapeModel: { value: shapeProps}, |
143 | isShape: { value: isShape} | ||
143 | }); | 144 | }); |
144 | 145 | ||
145 | } | 146 | } |
@@ -171,6 +172,7 @@ exports.NJUtils = Object.create(Object.prototype, { | |||
171 | // TODO - Need more info about the shape | 172 | // TODO - Need more info about the shape |
172 | selection = "canvas"; | 173 | selection = "canvas"; |
173 | controller = "shape"; | 174 | controller = "shape"; |
175 | isShape = true; | ||
174 | } | 176 | } |
175 | else | 177 | else |
176 | { | 178 | { |