mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
minor fix in docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
582d24b9d4
commit
e40bc58f77
@ -188,7 +188,7 @@ c instanceof A // -> true
|
|||||||
### Inheritance
|
### Inheritance
|
||||||
```javascript
|
```javascript
|
||||||
//
|
//
|
||||||
// Base <--- Item
|
// Base <--- Item <--- SubItem
|
||||||
//
|
//
|
||||||
var Base = object.Constructor('Base', {
|
var Base = object.Constructor('Base', {
|
||||||
proto_attr: 'prototype attr value',
|
proto_attr: 'prototype attr value',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user