I fell upon some lines of code where the guy uses Array.prototype.map.call instead of Array.map.call:
Array.prototype.map.call
Array.map.call
function getLinks() { va
They've probably avoided Array.map because it doesn't exist in Chrome or IE.
Array.map