Skip to content
New issue

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

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

Already on GitHub? # to your account

use for-of instead of for-in for next JavaScript versions. #32

Open
f opened this issue Sep 20, 2014 · 1 comment
Open

use for-of instead of for-in for next JavaScript versions. #32

f opened this issue Sep 20, 2014 · 1 comment
Assignees

Comments

@f
Copy link
Owner

f commented Sep 20, 2014

It may be early but try to use for-of instead of for-in loops.

@f f added the enhancement label Sep 20, 2014
@f f self-assigned this Sep 20, 2014
@darkyen
Copy link
Contributor

darkyen commented Dec 18, 2014

Why not use traceur / es6ify and build the library that way it also supports age old browsers? (PS breaking the library itself in multiple files will increase readability :-) )

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants