diff options
author | Valerio Virgillito | 2012-04-12 18:07:54 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-12 18:07:54 -0700 |
commit | 5b4826eced782fe7b4691d4bbbe0e3605d3164c1 (patch) | |
tree | a1fe692c814d75f05da466eead26579e4686175d /js/models | |
parent | 6885e66a1f668f34699145f0da231c5d4ecbe666 (diff) | |
parent | 4b900ea5cd6bb77eb30cec8c03b9ec9fa662c1e9 (diff) | |
download | ninja-5b4826eced782fe7b4691d4bbbe0e3605d3164c1.tar.gz |
Merge branch 'refs/heads/master' into undo-manager
Conflicts:
js/controllers/elements/element-controller.js
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/models')
-rwxr-xr-x | js/models/properties-3d.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/js/models/properties-3d.js b/js/models/properties-3d.js index 0a7cf8bb..c1270c3b 100755 --- a/js/models/properties-3d.js +++ b/js/models/properties-3d.js | |||
@@ -67,10 +67,6 @@ exports.Properties3D = Montage.create(Component, { | |||
67 | this.matrix3d = Matrix.I(4); | 67 | this.matrix3d = Matrix.I(4); |
68 | } | 68 | } |
69 | 69 | ||
70 | if(this.perspectiveDist == null) { | ||
71 | this.perspectiveDist = 1400; | ||
72 | } | ||
73 | |||
74 | return this; | 70 | return this; |
75 | } | 71 | } |
76 | }, | 72 | }, |
@@ -94,7 +90,7 @@ exports.Properties3D = Montage.create(Component, { | |||
94 | ResetTranslationValues : { | 90 | ResetTranslationValues : { |
95 | value : function() { | 91 | value : function() { |
96 | // this.m_objStartPos = [0,0,0]; | 92 | // this.m_objStartPos = [0,0,0]; |
97 | this.perspectiveDist = 1400; | 93 | // this.perspectiveDist = 1400; |
98 | } | 94 | } |
99 | } | 95 | } |
100 | }); \ No newline at end of file | 96 | }); \ No newline at end of file |