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

fix for setting numeric values. #17

Merged
merged 2 commits into from Nov 7, 2014
Merged

fix for setting numeric values. #17

merged 2 commits into from Nov 7, 2014

Conversation

kaspars
Copy link

@kaspars kaspars commented Nov 6, 2014

With older underscore versions (tested with 1.5.2) _.size() for numeric
values throws TypeError. So _getValLength failed when setting numeric
values. With underscore 1.7.0 it works, as _.size() fallbacks to 0
there.

Kaspars Bankovskis added 2 commits November 6, 2014 17:01
With older underscore versions (tested with 1.5.2) _.size() for numeric
values throws TypeError. So _getValLength failed when setting numeric
values. With underscore 1.7.0 it works, as _.size() fallbacks to 0
there.
mpneuried added a commit that referenced this pull request Nov 7, 2014
fix for setting numeric values.
@mpneuried mpneuried merged commit d66f760 into node-cache:master Nov 7, 2014
@mpneuried
Copy link
Contributor

I published a new version 1.0.3.
Thanks for your help!

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.

None yet

2 participants