Fix background connection references

feature/default_network_editable
Dan Finlay 8 years ago
parent 0deed17752
commit 7d7cb9af9d
  1. 2
      mock-dev.js
  2. 2
      ui-dev.js

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

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

Loading…
Cancel
Save