diff options
author | Nivesh Rajbhandari | 2012-03-13 09:30:58 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-13 09:30:58 -0700 |
commit | efb92cf52680d31f05fed3757e74862592cc2d4c (patch) | |
tree | 301c16c9e6b6aa2ff7a70f579e9dbc9e784f9b13 /js/ninja.reel | |
parent | 90e2f71d730fb4f4ec07b40d2c2569e6c46e8a1c (diff) | |
parent | c24f58c10231c30d3a8a4c9fb9a4f395dd746180 (diff) | |
download | ninja-efb92cf52680d31f05fed3757e74862592cc2d4c.tar.gz |
Merge branch 'refs/heads/ninja-internal' into ToolFixes
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 88361fd9..2a6e49f7 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -143,7 +143,6 @@ exports.Ninja = Montage.create(Component, { | |||
143 | this.currentDocument = event.detail; | 143 | this.currentDocument = event.detail; |
144 | 144 | ||
145 | this.appModel.show3dGrid = this.currentDocument.draw3DGrid; | 145 | this.appModel.show3dGrid = this.currentDocument.draw3DGrid; |
146 | |||
147 | NJevent("openDocument"); | 146 | NJevent("openDocument"); |
148 | } | 147 | } |
149 | }, | 148 | }, |