mirror of
https://github.com/flynx/object.js.git
synced 2025-10-30 02:50:10 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
88e5df56e7
commit
0eb115aec8
@ -384,10 +384,10 @@ var C = object.Constructor('C',
|
|||||||
And the same thing while extending...
|
And the same thing while extending...
|
||||||
```javascript
|
```javascript
|
||||||
var D = object.Constructor('D', C, {
|
var D = object.Constructor('D', C, {
|
||||||
// ...
|
// ...
|
||||||
}, {
|
}, {
|
||||||
// ...
|
// ...
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user