Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

勘误 #212

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open

勘误 #212

wants to merge 2 commits into from

Conversation

frankwang0909
Copy link
Contributor

第626行,"bind方法可以解决这个问题,让log方法绑定console对象。"
应该为: bind方法可以解决这个问题,让getTime方法绑定d`对象。

第626行,"bind方法可以解决这个问题,让log方法绑定console对象。"
应该为:     bind`方法可以解决这个问题,让`getTime`方法绑定`d`对象。
426行代码:var A = function () {};
应该为 var A ={};
@ruanyf
Copy link
Owner

ruanyf commented Mar 8, 2017

var A = function () {};这一行是对的,不用改。

另一个文件确实是我忘记修改了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants