aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-06-11 14:26:10 -0700
committerNivesh Rajbhandari2012-06-11 14:26:10 -0700
commit71ee5770ff83a27f874084a11d269f3d7f1fd9ca (patch)
tree79f4de49eded187f598fe6673066c366f8f4eae7
parent007676e50a23bbc714fa56c7e1917a281fd3a67b (diff)
downloadninja-71ee5770ff83a27f874084a11d269f3d7f1fd9ca.tar.gz
Removing unused requires from 3d PI section.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
-rwxr-xr-xjs/panels/properties.reel/sections/three-d-view.reel/three-d-view.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
index 478a6de5..101ca705 100755
--- a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
+++ b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
@@ -5,9 +5,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
5</copyright> */ 5</copyright> */
6 6
7var Montage = require("montage/core/core").Montage; 7var Montage = require("montage/core/core").Montage;
8 Component = require("montage/ui/component").Component, 8 Component = require("montage/ui/component").Component;
9 viewUtils = require("js/helper-classes/3D/view-utils").ViewUtils,
10 drawUtils = require("js/helper-classes/3D/draw-utils").DrawUtils;
11 9
12exports.ThreeD = Montage.create(Component, { 10exports.ThreeD = Montage.create(Component, {
13 11