remove trailing commas

This commit is contained in:
Iuri Matias 2016-10-29 14:07:42 -04:00
parent 06879ccdd6
commit 41273a4517
1 changed files with 2 additions and 2 deletions

View File

@ -272,13 +272,13 @@ Dashboard.prototype.layoutStatus = function() {
label: "Available Services", label: "Available Services",
tags: true, tags: true,
padding: this.minimal ? { padding: this.minimal ? {
left: 1, left: 1
} : 1, } : 1,
width: "100%", width: "100%",
height: "60%", height: "60%",
valign: "top", valign: "top",
border: { border: {
type: "line", type: "line"
}, },
style: { style: {
fg: -1, fg: -1,