diff options
author | Jose Antonio Marquez | 2012-03-09 13:36:41 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-03-09 13:36:41 -0800 |
commit | 9a03f869ff4520431da3ac8c64b748b5fbb60339 (patch) | |
tree | dad948f012cbc7d65e0dccde273667a389ff1c6d /js/stage/stage-deps.js | |
parent | b0b4a1ee6792d98f06cbd8ecf5291e66db8a4eef (diff) | |
parent | b4eb2f6cc1208fe5c18aa1f02a85adda25075d81 (diff) | |
download | ninja-9a03f869ff4520431da3ac8c64b748b5fbb60339.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into Color
Diffstat (limited to 'js/stage/stage-deps.js')
-rwxr-xr-x | js/stage/stage-deps.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/stage/stage-deps.js b/js/stage/stage-deps.js index 16f2c652..a71b77be 100755 --- a/js/stage/stage-deps.js +++ b/js/stage/stage-deps.js | |||
@@ -125,7 +125,7 @@ exports.StageDeps = Montage.create(Component, { | |||
125 | handleOpenDocument: { | 125 | handleOpenDocument: { |
126 | value: function() { | 126 | value: function() { |
127 | 127 | ||
128 | workingPlane = Vector.create( [0,0,1,0] ); | 128 | workingPlane = [0,0,1,0]; |
129 | 129 | ||
130 | snapManager.setCurrentStage(this.currentStage); | 130 | snapManager.setCurrentStage(this.currentStage); |
131 | 131 | ||
@@ -151,7 +151,7 @@ exports.StageDeps = Montage.create(Component, { | |||
151 | reinitializeForSwitchDocument: { | 151 | reinitializeForSwitchDocument: { |
152 | value: function() { | 152 | value: function() { |
153 | 153 | ||
154 | workingPlane = Vector.create( [0,0,1,0] ); | 154 | workingPlane = [0,0,1,0]; |
155 | 155 | ||
156 | snapManager.setCurrentStage(this.currentStage); | 156 | snapManager.setCurrentStage(this.currentStage); |
157 | 157 | ||