diff options
Diffstat (limited to 'js/components')
-rwxr-xr-x | js/components/layout/document-bar.reel/document-bar.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.js b/js/components/layout/document-bar.reel/document-bar.js index c1d77668..bf84c652 100755 --- a/js/components/layout/document-bar.reel/document-bar.js +++ b/js/components/layout/document-bar.reel/document-bar.js | |||
@@ -217,9 +217,6 @@ exports.DocumentBar = Montage.create(Component, { | |||
217 | value: function () { | 217 | value: function () { |
218 | // | 218 | // |
219 | this.showView('design', this.renderDesignView, this.btnDesign, this.btnCode); | 219 | this.showView('design', this.renderDesignView, this.btnDesign, this.btnCode); |
220 | |||
221 | //todo - temp | ||
222 | this.application.ninja.documentBar.codeEditorControls.visible = false; | ||
223 | } | 220 | } |
224 | }, | 221 | }, |
225 | //////////////////////////////////////////////////////////////////// | 222 | //////////////////////////////////////////////////////////////////// |
@@ -228,9 +225,6 @@ exports.DocumentBar = Montage.create(Component, { | |||
228 | value: function () { | 225 | value: function () { |
229 | // | 226 | // |
230 | this.showView('code', this.renderCodeView, this.btnCode, this.btnDesign); | 227 | this.showView('code', this.renderCodeView, this.btnCode, this.btnDesign); |
231 | |||
232 | //todo - temp | ||
233 | this.application.ninja.documentBar.codeEditorControls.visible = true; | ||
234 | } | 228 | } |
235 | }, | 229 | }, |
236 | //////////////////////////////////////////////////////////////////// | 230 | //////////////////////////////////////////////////////////////////// |