aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-sheets-view.reel
diff options
context:
space:
mode:
authorEric Guzman2012-05-17 16:01:18 -0700
committerEric Guzman2012-05-17 16:01:18 -0700
commitf5cd1f7a93e0dbc17600d96dcb2c20702c6b5fa5 (patch)
tree4e3e368669040926a371adf3c643455bd6cd4165 /js/panels/css-panel/style-sheets-view.reel
parentd6f48218eb28804d4afbbf8b3e893aec8c19e520 (diff)
downloadninja-f5cd1f7a93e0dbc17600d96dcb2c20702c6b5fa5.tar.gz
Style sheets view - Remove duplicate property definition
Diffstat (limited to 'js/panels/css-panel/style-sheets-view.reel')
-rw-r--r--js/panels/css-panel/style-sheets-view.reel/style-sheets-view.js2
1 files changed, 0 insertions, 2 deletions
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 8131a619..7902f80a 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
@@ -17,8 +17,6 @@ exports.StyleSheetsView = Montage.create(Component, {
17 documentNameLabel : { value: null }, 17 documentNameLabel : { value: null },
18 noDocumentLabelClass : { value: "no-document" }, 18 noDocumentLabelClass : { value: "no-document" },
19 19
20 dirtyStyleSheets: { value: null },
21
22 _documentName : { value: null }, 20 _documentName : { value: null },
23 documentName : { 21 documentName : {
24 get: function() { 22 get: function() {