提交 d4037382 编写于 作者: J jaslin

fix javascript error: attempt is not defined

上级 88c6cb68
......@@ -539,7 +539,7 @@
return retryFind(0)
// retry 3 times, sleep 300ms between each time
function retryFind(attemp) {
function retryFind(attempt) {
attempt = attempt || 0;
var contactList = contactFactory
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册