aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/3D/draw-utils.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-17 23:07:48 -0700
committerValerio Virgillito2012-05-17 23:07:48 -0700
commitb72c5f72ea5df4aa164350e1ba66fd1b4e23369d (patch)
treecb5c1f5764e0487c4f77ea6e51fdbacb8666d790 /js/helper-classes/3D/draw-utils.js
parenteff40602cac6821f8272177c24b6bf3de399f8b1 (diff)
downloadninja-b72c5f72ea5df4aa164350e1ba66fd1b4e23369d.tar.gz
removing all stageDeps for drawing classes.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/helper-classes/3D/draw-utils.js')
-rwxr-xr-xjs/helper-classes/3D/draw-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/3D/draw-utils.js b/js/helper-classes/3D/draw-utils.js
index a6d2d899..a8bc16ef 100755
--- a/js/helper-classes/3D/draw-utils.js
+++ b/js/helper-classes/3D/draw-utils.js
@@ -138,7 +138,7 @@ var DrawUtils = exports.DrawUtils = Montage.create(Component, {
138 l, 138 l,
139 t, 139 t,
140 plane, 140 plane,
141 elt 141 elt;
142 for(i=0; i<len; i++) { 142 for(i=0; i<len; i++) {
143 elt = documentRootChildren[i]; 143 elt = documentRootChildren[i];
144 plane = this.addElement(elt); 144 plane = this.addElement(elt);