docs(object): edit object/super

This commit is contained in:
ruanyf
2017-10-09 11:52:51 +08:00
parent 55dc77e01d
commit a782099ff2
2 changed files with 84 additions and 13 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ fn()
new fn()
```
这种方法的问题是,如果通过`call()``apply()``bind()`这些方法绑定`this`,就会判断失
这种方法的问题是,如果通过`call()``apply()``bind()`这些方法绑定`this`,就会判断失
```javascript
// 不报错