Merge pull request #49 from magical-l/patch-1

Update prototype.md
This commit is contained in:
Ruan YiFeng
2018-09-25 12:47:51 +08:00
committed by GitHub

View File

@@ -445,7 +445,7 @@ Object.assign(S.prototype, M2.prototype);
S.prototype.constructor = S;
var s = new S();
s.hello // 'hello'
s.hello // 'hello'
s.world // 'world'
```