2.0.1 • Published 6 years ago

omject v2.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Omject

Object model objects. Strange concept, but pretty much just objects that have owners... or don't. Objects that are set up to have owners. They can bubble events up, or find who owns the thing that owns them.

Circular Dependencies

If you ever run into an issue with circular dependencies (usually resulting in a undefined import in the parent file), use getAncestor(omjectId: string) instead of getAncestor(omjectClass: typeof Omject). You will also have to set the omjectId for the parent class.

2.0.1

6 years ago

2.0.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago