Silly internet exploder. I get almost no feedback on an error in my javascript. I get a line number, but no js file to look in. So, I go through each js file, adding text to try and offset the line number. I finally find the right js file and guess what was my error? A comma. Yes folks a comma at the end of an array like this.
var x = {foo:'bar',};
ie will not process this and will not tell you what the problem is… it should have been like this…
var x = {foo:'bar'};
ARGGGG!!!!!!
I love Internet Explorer!
No comments yet.
Leave a comment!
You must be logged in to post a comment.


