Commit e83df70c by doszhang

dos

parent 5f92ee66
...@@ -542,11 +542,9 @@ function checkIt(bind, maxNum) { ...@@ -542,11 +542,9 @@ function checkIt(bind, maxNum) {
len += 2; len += 2;
} }
if (len >= maxNum) { if (len >= maxNum) {
if (i != v.length - 1) { return false;
return false; } else {
} else { return true;
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