mirror of
https://github.com/flynx/object.js.git
synced 2025-10-30 19:10:11 +00:00
minor fix to docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6f71d1e117
commit
e84c55363e
@ -59,10 +59,7 @@ c instanceof A // -> true
|
|||||||
### Inheritance
|
### Inheritance
|
||||||
```javascript
|
```javascript
|
||||||
//
|
//
|
||||||
// Base
|
// Base <--- Item
|
||||||
// ^
|
|
||||||
// |
|
|
||||||
// Item
|
|
||||||
//
|
//
|
||||||
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