remove global

This commit is contained in:
2025-12-18 18:43:23 -06:00
parent aa18a8c8d2
commit d50f4119ee
60 changed files with 378 additions and 282 deletions

View File

@@ -1,6 +1,6 @@
return {
test_portal: function() {
// Starts the portal actor
$_.start(e => {}, "tests/portal_actor")
$start(e => {}, "tests/portal_actor")
}
}