mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -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 |
||
|---|---|---|
| .. | ||
| components | ||
| data | ||
| helpers | ||
| templates | ||