diff options
-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 904aa41e..18796da0 100755 --- a/js/lib/NJUtils.js +++ b/js/lib/NJUtils.js | |||
@@ -136,7 +136,8 @@ exports.NJUtils = Object.create(Object.prototype, { | |||
136 | controller: { value: ControllerFactory.getController(controller)}, | 136 | controller: { value: ControllerFactory.getController(controller)}, |
137 | pi: { value: pi}, | 137 | pi: { value: pi}, |
138 | props3D: { value: p3d}, | 138 | props3D: { value: p3d}, |
139 | shapeModel: { value: shapeProps} | 139 | shapeModel: { value: shapeProps}, |
140 | isShape: { value: isShape} | ||
140 | }); | 141 | }); |
141 | 142 | ||
142 | } | 143 | } |
@@ -168,6 +169,7 @@ exports.NJUtils = Object.create(Object.prototype, { | |||
168 | // TODO - Need more info about the shape | 169 | // TODO - Need more info about the shape |
169 | selection = "canvas"; | 170 | selection = "canvas"; |
170 | controller = "shape"; | 171 | controller = "shape"; |
172 | isShape = true; | ||
171 | } | 173 | } |
172 | else | 174 | else |
173 | { | 175 | { |