shawnbot / aight

JavaScript shims and shams for making IE8-9 behave reasonably

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

incarnateTheGreat opened this issue · comments

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!

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