mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
WebBrowserComponent: Fix documentation for withInitialisationData()
This commit is contained in:
parent
2e36c81f25
commit
c083d3e9f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue