From 5d7dff15e1e603e3b37057b9843e4b1eef1b2dca Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 29 May 2012 15:32:47 -0700 Subject: cleanup and handling the document views in the document controller for now. Signed-off-by: Valerio Virgillito --- js/document/views/code.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js/document/views/code.js') diff --git a/js/document/views/code.js b/js/document/views/code.js index 0a0ff5c1..c8b2a23e 100755 --- a/js/document/views/code.js +++ b/js/document/views/code.js @@ -82,12 +82,6 @@ exports.CodeDocumentView = Montage.create(BaseDocumentView, { // var type; // - if(this.activeDocument) { - //need to hide only if another document was open before - //this.application.ninja.documentController._hideCurrentDocument(); - //this.hideOtherDocuments(doc.uuid); - } - // switch(file.extension) { case "css" : type = "css"; -- cgit v1.2.3