You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organising the scripts includes providing a reference to a URL where the script can be sourced - and adding in optional configuration for how globals will be made available.
137
+
Organising the scripts includes providing a reference to a URL where the script can be sourced - and adding in an optional configuration for how globals will be made available.
138
138
139
-
How the dynamically loaded scripts are made available can defined using objects with the following keys:
139
+
How the dynamically loaded scripts are made available can be defined using objects with the following keys:
140
140
141
141
<table>
142
142
<thead>
@@ -164,7 +164,7 @@ How the dynamically loaded scripts are made available can defined using objects
164
164
<td><code>global</code></td>
165
165
<td>Yes if <code>exposeAs</code> or <code>expose</code> are used </td>
166
166
<td> String </td>
167
-
<td> A name of a global the the script will introduce</td>
167
+
<td> A name of a global the script will introduce</td>
0 commit comments