We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea73eb commit 8f934b3Copy full SHA for 8f934b3
src/overview/relation/javascript.md
@@ -18,7 +18,7 @@ m.length()
18
In ShockScript the following is valid in an activation:
19
20
```
21
-var m:* = complexCentral.manager;
+var m:* = complex.manager;
22
// more code...
23
var m = Manager(m);
24
0 commit comments