From 62118ff1441dc6e3deb82ebc1ba9bd4287bf0196 Mon Sep 17 00:00:00 2001 From: DiscRiskandBisque Date: Wed, 31 Jan 2018 15:52:37 -0500 Subject: [PATCH] Removed extraneous args from getBalances() --- src/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app.js b/src/js/app.js index 2c70ea0..78beb27 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -70,7 +70,7 @@ App = { }); }, - getBalances: function(adopters, account) { + getBalances: function() { console.log('Getting balances...'); var tutorialTokenInstance;