Skip to content

Commit

Permalink
fix error spelling
Browse files Browse the repository at this point in the history
dva-code => dva-core
  • Loading branch information
tinyhill authored Jun 22, 2018
1 parent 87d4b72 commit caceae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/source-code-explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function(opts = {}) {
```

> 为什么不直接在 start 方式中 oldAppStart ?
- 因为 dva-code 的 start 方法里有用到 this,不用 call 指定调用者为 app 的话,oldAppStart() 会找错对象。
- 因为 dva-core 的 start 方法里有用到 this,不用 call 指定调用者为 app 的话,oldAppStart() 会找错对象。

> 实现代理模式一定要用到 call 吗?
- 不一定,看有没有 使用 this 或者代理的函数是不是箭头函数。从另一个角度来说,如果使用了 function 关键字又在内部使用了 this,那么一定要用 call/apply/bind 指定 this。
Expand Down

0 comments on commit caceae9

Please sign in to comment.