VinylFox / ExtJS.ux.GMapPanel

An ExtJS Panel that displays a Google Map using the Google Maps API
http://www.vinylfox.com
64 stars 35 forks source link

"String.format not a function" - in Firefox 3.6.10 #11

Closed chpmrc closed 12 years ago

chpmrc commented 12 years ago

I didn't try with other "old" browsers but I wanted to report that (at line 692) String.format can't be recognized because of the lack of the ExtJS namespace.

Resolved by replacing String.format with Ext.String.format.

VinylFox commented 12 years ago

Thanks for the report, will fix asap.

VinylFox commented 12 years ago

Thanks again - fixed.

chpmrc commented 12 years ago

Thank you for being so quick! :)

VinylFox commented 12 years ago

The thanks should go to you, you did all the work figuring out what was wrong and how to fix it.