mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Syntax fix
This commit is contained in:
parent
a1ea239c8f
commit
874146afda
@ -33,4 +33,4 @@ function appBoot() {
|
|||||||
// Entwine hooks are being used to set up the <Provider>.
|
// Entwine hooks are being used to set up the <Provider>.
|
||||||
// `window.onload` happens AFTER these Entwine hooks which means
|
// `window.onload` happens AFTER these Entwine hooks which means
|
||||||
// the store is undefined when the <Provider> is constructed.
|
// the store is undefined when the <Provider> is constructed.
|
||||||
$('body').entwine({ onadd: () => { appBoot(); } });
|
$('body').entwine({ onadd: () => appBoot() });
|
||||||
|
Loading…
Reference in New Issue
Block a user