mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix background connection references
This commit is contained in:
parent
0deed17752
commit
7d7cb9af9d
@ -107,7 +107,7 @@ function getOldStyleData () {
|
|||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
actions._setKeyringController(controller.getApi())
|
actions._setBackgroundConnection(controller.getApi())
|
||||||
actions.update = function(stateName) {
|
actions.update = function(stateName) {
|
||||||
selectedView = stateName
|
selectedView = stateName
|
||||||
updateQueryParams(stateName)
|
updateQueryParams(stateName)
|
||||||
|
@ -41,7 +41,7 @@ function updateQueryParams(newView) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const actions = {
|
const actions = {
|
||||||
_setKeyringController(){},
|
_setBackgroundConnection(){},
|
||||||
update: function(stateName) {
|
update: function(stateName) {
|
||||||
selectedView = stateName
|
selectedView = stateName
|
||||||
updateQueryParams(stateName)
|
updateQueryParams(stateName)
|
||||||
|
Loading…
Reference in New Issue
Block a user