diff options
author | Jose Antonio Marquez Russo | 2012-02-23 08:05:06 -0800 |
---|---|---|
committer | Jose Antonio Marquez Russo | 2012-02-23 08:05:06 -0800 |
commit | c8a5107fa6f85ad572cf0881ed7e222ac6fbacfc (patch) | |
tree | 61bac34de22852efd2b9b8880f62210685b16297 /js/stage/stage.reel/stage.js | |
parent | d264092596ba697cd04738566184270dc608be63 (diff) | |
parent | 64a971f63333d74ca89690892a52948b3bd4283a (diff) | |
download | ninja-c8a5107fa6f85ad572cf0881ed7e222ac6fbacfc.tar.gz |
Merge pull request #18 from mencio/file-io
File io - drawing the layout on open and make models
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 | ||