diff options
author | Nivesh Rajbhandari | 2012-06-11 14:26:10 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-06-11 14:26:10 -0700 |
commit | 71ee5770ff83a27f874084a11d269f3d7f1fd9ca (patch) | |
tree | 79f4de49eded187f598fe6673066c366f8f4eae7 /js/panels/properties.reel | |
parent | 007676e50a23bbc714fa56c7e1917a281fd3a67b (diff) | |
download | ninja-71ee5770ff83a27f874084a11d269f3d7f1fd9ca.tar.gz |
Removing unused requires from 3d PI section.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/panels/properties.reel')
-rwxr-xr-x | js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js | 4 |
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 | ||
7 | var Montage = require("montage/core/core").Montage; | 7 | var 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 | ||
12 | exports.ThreeD = Montage.create(Component, { | 10 | exports.ThreeD = Montage.create(Component, { |
13 | 11 | ||