mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
Use prototype = Object.create(parent) instead of prototype = new parent(...) to avoid calling the constructor needlessly (as it is redundant with the base constructor call in the constructor calls the parent constructor). Testfile reference comes from |
||
|---|---|---|
| .. | ||
| globalscripts | ||
| simulation | ||