From 10136ffaffeb15cbaceb1365e0b1a3a1a4289eb8 Mon Sep 17 00:00:00 2001 From: baku Date: Wed, 1 Mar 2017 15:01:50 +0100 Subject: [PATCH] Fix the configuring of window after a removing - issue #295 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 52cfcec..1fa0e91 100644 --- a/index.js +++ b/index.js @@ -972,7 +972,7 @@ const ContainerService = { }, _refreshNeeded() { - return this.configureWindows(); + return this._configureWindows(); }, _hideAllPanels() {