Google Maps and Array.prototype.indexOf
von Moritur am 16. January 2012
Google Maps together with an own implementation of Array.prototype.indexOf (IE<9 needs it) may result in some problems. The solution is a short:
1 |
delete Array.prototype.indexOf; |
After including Google Maps, Array.prototype.indexOf can be defined again.
Was meinst du dazu?