diff --git a/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h b/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h index 26be90a150..7f5b836ff1 100644 --- a/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h +++ b/modules/juce_gui_extra/misc/juce_WebBrowserComponent.h @@ -287,7 +287,7 @@ public: } /** Ensures that there will be a Javascript Array under - `window.__JUCE__.backend.initialisationData.name` and that it will contain the value + `window.__JUCE__.initialisationData.name` and that it will contain the value provided here. The initialisation data is injected prior to loading any resource. Multiple values added