From f32a34a7020bbb934259a1a1d658f04879d4c027 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 27 Apr 2019 17:34:04 +0100 Subject: [PATCH] Improve code comment --- app/services/kredits.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/services/kredits.js b/app/services/kredits.js index acef3a0..943f83e 100644 --- a/app/services/kredits.js +++ b/app/services/kredits.js @@ -50,8 +50,9 @@ export default Service.extend({ this.set('contributions', []); }, - // this is called in the routes beforeModel(). So it is initialized before everything else - // and we can rely on the ethProvider and the potential currentUserAccounts to be available + // This is called in the application route's beforeModel(). So it is + // initialized before everything else, and we can rely on the ethProvider and + // the potential currentUserAccounts to be available getEthProvider: function() { let ethProvider;