3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00
overte-thingvellir/scripts/developer/tests/unit_tests/scriptTests/top-level.js

5 lines
96 B
JavaScript

Script.include('./nested/lib.js');
outer = {
inner: inner.lib,
sibling: sibling.lib,
};