1
0
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:
Dan Finlay 2016-10-20 12:13:12 -07:00
parent 0deed17752
commit 7d7cb9af9d
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ function getOldStyleData () {
return result
}
actions._setKeyringController(controller.getApi())
actions._setBackgroundConnection(controller.getApi())
actions.update = function(stateName) {
selectedView = stateName
updateQueryParams(stateName)

View File

@ -41,7 +41,7 @@ function updateQueryParams(newView) {
}
const actions = {
_setKeyringController(){},
_setBackgroundConnection(){},
update: function(stateName) {
selectedView = stateName
updateQueryParams(stateName)