cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-02 21:48:59 +03:00
parent 3b5b36a62e
commit e69934fe16

View File

@ -152,6 +152,9 @@ If the prototype is explicitly defined as a function then it is the
user's responsibility to call `.__call__(..)` method.
## Advanced usage
### Low level constructor
```javascript
@ -193,10 +196,6 @@ handling.
as restrict the use-cases for the constructor.
## Advanced cases
### Inheriting from native objects
```javascript