Skip to content

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