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') 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 From f51718fc39f1311a13cc6c998eb63160dc25218d Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 31 May 2012 00:31:22 -0700 Subject: cleanup items Signed-off-by: Valerio Virgillito --- js/document/views/design.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'js/document/views') diff --git a/js/document/views/design.js b/js/document/views/design.js index c7313708..dd8754ed 100755 --- a/js/document/views/design.js +++ b/js/document/views/design.js @@ -62,11 +62,6 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, { get: function() {return this._document;}, set: function(value) {this._document = value;} }, - //////////////////////////////////////////////////////////////////// - // - propertiesPanel: { - value: null - }, //////////////////////////////////////////////////////////////////// // _liveNodeList: { -- cgit v1.2.3