From 7d7cb9af9dc1e608254400b462a77c160100f664 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 20 Oct 2016 12:13:12 -0700 Subject: [PATCH] Fix background connection references --- mock-dev.js | 2 +- ui-dev.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mock-dev.js b/mock-dev.js index d3f364d69..99aec9a65 100644 --- a/mock-dev.js +++ b/mock-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) diff --git a/ui-dev.js b/ui-dev.js index 9fc344f98..e48122970 100644 --- a/ui-dev.js +++ b/ui-dev.js @@ -41,7 +41,7 @@ function updateQueryParams(newView) { } const actions = { - _setKeyringController(){}, + _setBackgroundConnection(){}, update: function(stateName) { selectedView = stateName updateQueryParams(stateName)