Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-08 04:16:13 +03:00
parent 88e5df56e7
commit 0eb115aec8

View File

@ -384,10 +384,10 @@ var C = object.Constructor('C',
And the same thing while extending...
```javascript
var D = object.Constructor('D', C, {
// ...
}, {
// ...
})
// ...
}, {
// ...
})
```