Update Object.getPrototypeOf()

This commit is contained in:
hotoo
2014-05-21 12:05:42 +08:00
parent 1ace603b87
commit 6a6afa6349
+1 -1
View File
@@ -88,7 +88,7 @@ function (obj, proto) {
**3Object.getPrototypeOf()**
与setPrototypeOf()配套的,还有getPrototypeOf(),用于读取一个对象的prototype对象。
该方法与setPrototypeOf()配套,用于读取一个对象的prototype对象。
```javascript