aboutsummaryrefslogtreecommitdiff
path: root/js/lib/NJUtils.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/NJUtils.js')
-rwxr-xr-xjs/lib/NJUtils.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/lib/NJUtils.js b/js/lib/NJUtils.js
index 0457120b..c01d865b 100755
--- a/js/lib/NJUtils.js
+++ b/js/lib/NJUtils.js
@@ -182,6 +182,9 @@ exports.NJUtils = Object.create(Object.prototype, {
182 break; 182 break;
183 } 183 }
184 this.makeElementModel(el, selection, controller, isShape); 184 this.makeElementModel(el, selection, controller, isShape);
185 if(el.elementModel && el.elementModel.props3D) {
186 el.elementModel.props3D.init(el, (selection === "Stage"));
187 }
185 } 188 }
186 }, 189 },
187 190