Commit e83df70c by doszhang

dos

parent 5f92ee66
......@@ -542,11 +542,9 @@ function checkIt(bind, maxNum) {
len += 2;
}
if (len >= maxNum) {
if (i != v.length - 1) {
return false;
} else {
return true;
}
return false;
} else {
return true;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment