From c083d3e9f139af77f6764a572c62ba2fd8d960aa Mon Sep 17 00:00:00 2001 From: attila Date: Fri, 26 Apr 2024 12:02:54 +0200 Subject: [PATCH] WebBrowserComponent: Fix documentation for withInitialisationData() --- modules/juce_gui_extra/misc/juce_WebBrowserComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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