minor fix to docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-25 02:11:23 +03:00
parent 6f71d1e117
commit e84c55363e

View File

@ -59,10 +59,7 @@ c instanceof A // -> true
### Inheritance
```javascript
//
// Base
// ^
// |
// Item
// Base <--- Item
//
var Base = object.Constructor('Base', {
proto_attr: 'prototype attr value',