From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- js/panels/css-panel/style-sheets-view.reel/style-sheets-view.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js/panels/css-panel/style-sheets-view.reel/style-sheets-view.js') diff --git a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.js b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.js index 57f4bda3..2e0d97df 100644 --- a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.js +++ b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.js @@ -75,7 +75,7 @@ exports.StyleSheetsView = Montage.create(Component, { }, set: function(label) { if(label === this._documentName) { return false; } - + this._documentName = label; this.needsDraw = true; } @@ -147,7 +147,7 @@ exports.StyleSheetsView = Montage.create(Component, { /// App event handlers /// -------------------------------- - + handleStyleSheetsReady : { value: function(e) { this.documentName = this.stylesController.currentDocument.name; @@ -183,7 +183,7 @@ exports.StyleSheetsView = Montage.create(Component, { /// Draw cycle /// -------------------------------- - + templateDidLoad : { value: function() { this.stylesController = this.application.ninja.stylesController; @@ -206,7 +206,7 @@ exports.StyleSheetsView = Montage.create(Component, { if(this.height) { this.styleSheetList.element.style.height = (this.height + this._resizedHeight) + "px"; } - + if(this.documentName && this.documentNameLabel) { this.documentNameLabel.innerHTML = this.documentName; this.documentNameLabel.classList.remove(this.noDocumentLabelClass); -- cgit v1.2.3