Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复 maxTextLengths 包含 NaN 值的问题 #14

Merged
merged 1 commit into from
Mar 14, 2017

Conversation

maolion
Copy link
Contributor

@maolion maolion commented Mar 13, 2017

Math.max(undefined, 1); // NaN

// -
Math.max(maxTextLengths[i] , textLength)
在执行到上面这条语句时 maxTextLengths[i] 的值可能是 undefined

@vilicvane vilicvane merged commit 987ac11 into vilicvane:master Mar 14, 2017
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