I\'ve been trying to debug some js in Internet Explorer, and I can\'t figure this one out. Here\'s the line that is causing the error:
var numberOfColumns =
Object.keys has been introduced in ECMAScript 5th Edition. So if you IE-version is lower than 9, it will not be supported.
Object.keys