Issue 3271: MapMyRun.com maps not showing http://code.google.com/p/chromium/issues/detail?id=3271
Comment #4 by tinytoad: I had a similar issue on bitstrips.com, I was cat'ing several javascript files in to a larger one. Halfway through the combined js file, Chrome would get the "Unexpected token" error mentioned above. Turns out one of the javascript files I was cat'ing together had "EF BB BF" at the start of it, a BOM indicating it was a UTF-8 file. It seems that if Chrome encounters that group of bytes within a file, and not at the start it will trigger an error. Other browsers ignore it. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to chromium-bugs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---