mirror of https://github.com/embarklabs/embark.git
remove trailing commas
This commit is contained in:
parent
06879ccdd6
commit
41273a4517
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue