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

$.fn.each callback i variable is string #4

Closed
dawidkowalik opened this issue Dec 3, 2018 · 5 comments
Closed

$.fn.each callback i variable is string #4

dawidkowalik opened this issue Dec 3, 2018 · 5 comments
Assignees
Labels

Comments

@dawidkowalik
Copy link

dawidkowalik commented Dec 3, 2018

$.each(['a', 'b', 'c'], (i,el) => { console.log(typeof i); console.log(i); })

@hexydec
Copy link
Owner

hexydec commented Dec 3, 2018

Please provide some sample code to prove the error.

@dawidkowalik
Copy link
Author

@hexydec updated

@hexydec hexydec added the bug label Dec 3, 2018
@hexydec hexydec self-assigned this Dec 3, 2018
@hexydec hexydec closed this as completed in b4d36f2 Dec 3, 2018
hexydec added a commit that referenced this issue Dec 3, 2018
Fixed issue in the tests for $.each() where a variable wasn't reset (#4).
@dawidkowalik
Copy link
Author

dawidkowalik commented Dec 18, 2018

@hexydec
Hi, when can I expect this fix to be available through NPM?

@hexydec
Copy link
Owner

hexydec commented Dec 18, 2018

I am going to publish the next release in the next few weeks. In the mean time I suggest linking to the latest commit within your package.json file. You can do this by entering "hexydec/dabby#[commit id]" instead of the release number.

@hexydec
Copy link
Owner

hexydec commented Dec 19, 2018

Hi, I found some time this morning to finish up what I wanted to do for the next release, so it is published now, v0.9.7. Enjoy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants