aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/eth-store.js
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-04-28 05:48:13 +0800
committerGitHub <noreply@github.com>2017-04-28 05:48:13 +0800
commita90b010de891f7936bc17c09c5fd27c61fc0610d (patch)
treed907d24ffee4f03d360bad97b5ac99bf83c53e13 /app/scripts/lib/eth-store.js
parent72cb49511fa8de8eea4601f6fc09b2df1a5e4753 (diff)
parent6bdb4c87288a522d9ea2e984bc1f6436d6c7369a (diff)
downloadtangerine-wallet-browser-a90b010de891f7936bc17c09c5fd27c61fc0610d.tar.gz
tangerine-wallet-browser-a90b010de891f7936bc17c09c5fd27c61fc0610d.tar.zst
tangerine-wallet-browser-a90b010de891f7936bc17c09c5fd27c61fc0610d.zip
Merge pull request #1351 from MetaMask/lint
Fix linting warnings
Diffstat (limited to 'app/scripts/lib/eth-store.js')
-rw-r--r--app/scripts/lib/eth-store.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/eth-store.js b/app/scripts/lib/eth-store.js
index 243253df2..6f04a9dd6 100644
--- a/app/scripts/lib/eth-store.js
+++ b/app/scripts/lib/eth-store.js
@@ -10,7 +10,7 @@
const async = require('async')
const EthQuery = require('eth-query')
const ObservableStore = require('obs-store')
-function noop() {}
+function noop () {}
class EthereumStore extends ObservableStore {