I'm not a huge JS writer - so this maybe really easy - but I'm getting the above error in the following line of code:
max_height = Math.max.apply(Math, this.headlines.map(function(e) {
return jQuery(e).height(); }));
Its not my code - but any pointers on how to fix this would be appreciated! Thanks
PS. works perfectly on Chrome/Safari...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…