diff options
author | Valerio Virgillito | 2012-04-24 15:36:03 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-24 15:36:03 -0700 |
commit | 4b5cc9cf1f01552f61c08b9299b6e99366432e03 (patch) | |
tree | 1838bd03a4e4d6c8ef9b31e7e62a88fd65a1706a /js/models/properties-3d.js | |
parent | 55e6d621b9555abac06ab4adff44dfe29a78ec4e (diff) | |
download | ninja-4b5cc9cf1f01552f61c08b9299b6e99366432e03.tar.gz |
Added a body controller
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/models/properties-3d.js')
-rwxr-xr-x | js/models/properties-3d.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/models/properties-3d.js b/js/models/properties-3d.js index c1270c3b..e571e505 100755 --- a/js/models/properties-3d.js +++ b/js/models/properties-3d.js | |||
@@ -5,8 +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 | NJUtils = require("js/lib/NJUtils").NJUtils; | ||
10 | 9 | ||
11 | exports.Properties3D = Montage.create(Component, { | 10 | exports.Properties3D = Montage.create(Component, { |
12 | 11 | ||