shawnbot / aight

JavaScript shims and shams for making IE8-9 behave reasonably
Other
756 stars 98 forks source link

Array.prototype checks printing out in D3.js (IE 8) #22

Closed incarnateTheGreat closed 10 years ago

incarnateTheGreat commented 10 years ago

While rather successfully using AIGHT to shim D3.js for a project that I'm working on, I am stuck on one problem.

I'm outputting data in a tabular format. In this instance, there are 6 columns of data across. While AIGHT manages to get my code to work in IE 8, it is, for some reason, grabbing the Array.prototype check code (roughly from like 532 and onward) and prints it out, treating it like useful data.

Has anyone come across this issue? It's an odd one. Thank you!

incarnateTheGreat commented 10 years ago

Problem solved. Was using an object for to pull info that AIGHT was conflicting with. Closed.