From 9a64b4322adadbe18929c2da114eb0813426c4f9 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 20 Oct 2021 10:49:47 +0530 Subject: chore: use 'window['ferdi']' (split out from pr #2092) (#2104) Co-authored-by: Markus Hatvan --- src/features/publishDebugInfo/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/publishDebugInfo') diff --git a/src/features/publishDebugInfo/index.js b/src/features/publishDebugInfo/index.js index 51780a34e..43841b530 100644 --- a/src/features/publishDebugInfo/index.js +++ b/src/features/publishDebugInfo/index.js @@ -12,7 +12,7 @@ export default function initialize() { state.isModalVisible = true; } - window.ferdi.features.publishDebugInfo = { + window['ferdi'].features.publishDebugInfo = { state, showModal, }; -- cgit v1.2.3-54-g00ecf