mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
more eslint fixes
This commit is contained in:
parent
6f5c32b7ce
commit
abefcc9612
@ -3,4 +3,4 @@ test/integration/bundle.js
|
|||||||
test/integration/jquery-3.1.0.min.js
|
test/integration/jquery-3.1.0.min.js
|
||||||
test/integration/helpers.js
|
test/integration/helpers.js
|
||||||
test/integration/lib/first-time.js
|
test/integration/lib/first-time.js
|
||||||
ui/app/lib/blockies.js
|
ui/lib/blockies.js
|
@ -775,7 +775,7 @@ module.exports = class MetamaskController extends EventEmitter {
|
|||||||
return rpcTarget
|
return rpcTarget
|
||||||
}
|
}
|
||||||
|
|
||||||
setUseBlockie(val, cb) {
|
setUseBlockie (val, cb) {
|
||||||
try {
|
try {
|
||||||
this.preferencesController.setUseBlockie(val)
|
this.preferencesController.setUseBlockie(val)
|
||||||
cb(null)
|
cb(null)
|
||||||
|
Loading…
Reference in New Issue
Block a user