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

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