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

View File

@ -360,9 +360,9 @@ handling.
### Extending the constructor
```javascript
var C = object.Constructor('C',
var C = object.Constructor('C', {
// this will get mixed into the constructor C...
{
constructor_attr: 123,
constructorMethod: function(){