remove trailing commas

This commit is contained in:
Iuri Matias 2016-10-22 20:10:25 -04:00
parent c8aba45f5a
commit 9de3d20ee9
2 changed files with 8 additions and 8 deletions

View File

@ -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);
});

View File

@ -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({