From 9de3d20ee98707e0d1d497eebed65d80aea27c89 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 22 Oct 2016 20:10:25 -0400 Subject: [PATCH] remove trailing commas --- lib/index.js | 2 +- lib/monitor.js | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/index.js b/lib/index.js index 57c85e247..7e404e59e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -244,7 +244,7 @@ var Embark = { function generateABI(contractsManager, callback) { var abiGenerator = new ABIGenerator(self.config.blockchainConfig, contractsManager); callback(null, abiGenerator.generateABI({useEmbarkJS: true})); - }, + } ], function(err, result) { done(result); }); diff --git a/lib/monitor.js b/lib/monitor.js index ad9288620..d094b6ead 100644 --- a/lib/monitor.js +++ b/lib/monitor.js @@ -101,13 +101,13 @@ Dashboard.prototype.layoutLog = function() { left: "0%", top: "42%", border: { - type: "line", + type: "line" }, style: { fg: -1, border: { - fg: this.color, - }, + fg: this.color + } }, }); @@ -141,14 +141,14 @@ Dashboard.prototype.layoutModules = function() { left: "0%", top: "0", border: { - type: "line", + type: "line" }, style: { fg: -1, border: { - fg: this.color, - }, - }, + fg: this.color + } + } }); this.moduleTable = blessed.table({