We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSBin: http://emberjs.jsbin.com/peposiconi/1/edit?html,js,console,output
It seems that in 1.12 accessing the length property of an empty string through a getter returns undefined rather than0.
undefined
0
Previously zero was returned as expected.
It looks like this got broken here: 1a3dde2#diff-1b9682e6b936bfe3101e35ff6e574957R61
Proposed fix: master...paddyobrien:paddy/get-empty-string-length
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
JSBin: http://emberjs.jsbin.com/peposiconi/1/edit?html,js,console,output
It seems that in 1.12 accessing the length property of an empty string through a getter returns
undefined
rather than0
.Previously zero was returned as expected.
It looks like this got broken here: 1a3dde2#diff-1b9682e6b936bfe3101e35ff6e574957R61
Proposed fix: master...paddyobrien:paddy/get-empty-string-length
The text was updated successfully, but these errors were encountered: