diff options
author | Valerio Virgillito | 2012-06-01 00:39:14 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-01 00:39:14 -0700 |
commit | 6079ceedb5b340c78ecd02f27dfa734eedccf512 (patch) | |
tree | ce8fd28b18701e8dad5195f736671e9eea4920dc /js/document/models/text.js | |
parent | 3a3a2351ea2d816bf953cbf76622772f7d64aa8b (diff) | |
download | ninja-6079ceedb5b340c78ecd02f27dfa734eedccf512.tar.gz |
making the document bar handle the current document to hide/show itself
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/models/text.js')
-rwxr-xr-x | js/document/models/text.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/document/models/text.js b/js/document/models/text.js index 0135b9ba..6cb61d48 100755 --- a/js/document/models/text.js +++ b/js/document/models/text.js | |||
@@ -60,7 +60,6 @@ exports.TextDocumentModel = Montage.create(BaseDocumentModel, { | |||
60 | } | 60 | } |
61 | // | 61 | // |
62 | this.parentContainer.removeChild(this.views.code.textViewContainer); | 62 | this.parentContainer.removeChild(this.views.code.textViewContainer); |
63 | this.application.ninja.stage.showCodeViewBar(false); | ||
64 | this.application.ninja.stage.restoreAllPanels(); | 63 | this.application.ninja.stage.restoreAllPanels(); |
65 | this.views.code = null; | 64 | this.views.code = null; |
66 | 65 | ||