mirror of
https://github.com/flynx/object.js.git
synced 2025-10-30 02:50:10 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e3918fcb5d
commit
858151e53f
@ -10,7 +10,7 @@ several advantages:
|
|||||||
different"_ ways to do things,
|
different"_ ways to do things,
|
||||||
- _Transparently_ based on JavaScript's prototypical inheritance model,
|
- _Transparently_ based on JavaScript's prototypical inheritance model,
|
||||||
- Produces fully introspectable constructors/instances,
|
- Produces fully introspectable constructors/instances,
|
||||||
- Does not try to emulate constructs foreign JavaScript (i.e. classes),
|
- Does not try to emulate constructs foreign to JavaScript (i.e. classes),
|
||||||
- Granular 2-stage instance construction and initialization (a-la
|
- Granular 2-stage instance construction and initialization (a-la
|
||||||
_Python's_ `.__new__(..)` and `.__init__(..)` methods),
|
_Python's_ `.__new__(..)` and `.__init__(..)` methods),
|
||||||
- Simple way to define callable instances (including a-la _Python's_
|
- Simple way to define callable instances (including a-la _Python's_
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user