diff options
author | Valerio Virgillito | 2012-02-23 01:49:33 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-23 01:49:33 -0800 |
commit | 31d73bccdda6145c6bbb5c25f6db3e139fcb9e6c (patch) | |
tree | bf390bfdd02d37f314c3aaca00b4a59106dcc355 /js/stage/stage.reel/stage.js | |
parent | f8e491fe81981c95fb1352a21d1f99cc375f240e (diff) | |
download | ninja-31d73bccdda6145c6bbb5c25f6db3e139fcb9e6c.tar.gz |
Enabling outline on open documents and parsing doom on open to create models.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/stage/stage.reel/stage.js')
-rwxr-xr-x | js/stage/stage.reel/stage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/stage/stage.reel/stage.js b/js/stage/stage.reel/stage.js index 44e14827..6536a45d 100755 --- a/js/stage/stage.reel/stage.js +++ b/js/stage/stage.reel/stage.js | |||
@@ -258,6 +258,8 @@ exports.Stage = Montage.create(Component, { | |||
258 | this.application.ninja.toolsData.selectedToolInstance._configure(true); | 258 | this.application.ninja.toolsData.selectedToolInstance._configure(true); |
259 | 259 | ||
260 | this.addEventListener("change@appModel.show3dGrid", this, false); | 260 | this.addEventListener("change@appModel.show3dGrid", this, false); |
261 | |||
262 | this.layout.handleOpenDocument(); | ||
261 | } | 263 | } |
262 | }, | 264 | }, |
263 | 265 | ||