typo
Or, alternatively, recreate the constructor property it manually: -> Or, alternatively, recreate the constructor property manually:
This commit is contained in:
parent
9e593ccb1f
commit
b17f39f2e8
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ Rabbit.prototype.jumps = true
|
||||||
// the default Rabbit.prototype.constructor is preserved
|
// the default Rabbit.prototype.constructor is preserved
|
||||||
```
|
```
|
||||||
|
|
||||||
Or, alternatively, recreate the `constructor` property it manually:
|
Or, alternatively, recreate the `constructor` property manually:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
Rabbit.prototype = {
|
Rabbit.prototype = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue