Commit e83df70c by doszhang

dos

parent 5f92ee66
...@@ -542,12 +542,10 @@ function checkIt(bind, maxNum) { ...@@ -542,12 +542,10 @@ 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;
} }
}
} }
} }
\ No newline at end of file
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