-
Notifications
You must be signed in to change notification settings - Fork 42
Looping over empty Array cases crash in IE #6
Comments
I see now that you already have IE issue in the TODO list. |
Yes, this is same issue I have on my TODO. I've been delaying it but if there are people out there that requires it I will make sure I do it in the next few days. But I would gladly accept a PR from you if are willing to send one. Uh! I guess we need some instructions for contributions. I will add that to the TODO list. 1. Install dependencies with
2. Do your changes3. Test it manually because we don't have any automatic tests 😞3.1. Build the demo page for a quick test. (This will use your local working copy of the package)
Open 3.2. Alternatively if you want to make a build to import in your own project
Then in your project do 4. When your happy with your changes submit a PR. Please don't send any changes to
|
Your guide doesn't quite work. When running
|
@haf I know I'm a bit late, but did you found a way around it? Did |
Afraid I haven't been able to go any further with this after not getting into the environment properly. |
For loop over empty array causes application to crash in IE 11, win8.1.
http://stackoverflow.com/questions/500504/why-is-using-for-in-with-array-iteration-such-a-bad-idea
The text was updated successfully, but these errors were encountered: