diff options
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/stage/stage-view.reel/stage-view.js b/js/stage/stage-view.reel/stage-view.js index 31ace49c..2144af84 100755 --- a/js/stage/stage-view.reel/stage-view.js +++ b/js/stage/stage-view.reel/stage-view.js | |||
@@ -187,7 +187,6 @@ exports.StageView = Montage.create(Component, { | |||
187 | }, | 187 | }, |
188 | hideOtherDocuments:{ | 188 | hideOtherDocuments:{ |
189 | value:function(docUuid){ | 189 | value:function(docUuid){ |
190 | //use CodeMirror toTextArea() to remove editor and save content into textarea | ||
191 | this.application.ninja.documentController._documents.forEach(function(aDoc){ | 190 | this.application.ninja.documentController._documents.forEach(function(aDoc){ |
192 | if(aDoc.currentView === "design"){ | 191 | if(aDoc.currentView === "design"){ |
193 | aDoc.container.parentNode.style["display"] = "none"; | 192 | aDoc.container.parentNode.style["display"] = "none"; |