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

NaN in Firefox (and IceWeasel wtf) #2

Open
cgcardona opened this issue Jan 28, 2013 · 2 comments
Open

NaN in Firefox (and IceWeasel wtf) #2

cgcardona opened this issue Jan 28, 2013 · 2 comments
Assignees
Labels

Comments

@cgcardona
Copy link
Owner

Not sure why but getting a NaN in Firefox and IceWeasel.

Need to look into why the JS is failing.

@cgcardona
Copy link
Owner Author

I checked it out and it appears the _.each(...) is the cause of the fail.

the situation

I have a multidimensional array

var multArr = [['123','234'],['345','3444']];

When I loop over it with _.each it works properly in Chrome but in FF it's splitting the array up as one loooong string and returning it character by character.

@ghost ghost assigned cgcardona Jan 28, 2013
@cgcardona
Copy link
Owner Author

Actually it looks like the data that's getting passed back in the ajax success callback is getting read by FF as a large string instead of a multidimensional array.

:-|

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

1 participant