Closed (fixed)
Project:
Video
Version:
6.x-4.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2010 at 08:20 UTC
Updated:
24 Jul 2010 at 04:00 UTC
On line 59 in js/video.js, there's the following code at the end of the onComplete function:
},
The comma throws an error in Internet Explorer 7 and 8 (likely due to buggy JSON support):
Expected identifier, string or number
video.js
Code 0
Line 60
Char: 3
Removing the comma gets rid of the error, and doesn't affect other browsers.
Comments
Comment #1
senpai commentedI'm working on this module right now for a client. I had already found and fixed this bug locally, but hadn't posted an issue. Glad you did. :)
I'll keep this tab open and roll a patch for this fix tomorrow.
Comment #2
hypertext200Fixed in Dev
Comment #3
senpai commentedSweet, thanks. Now I don't have to generate a 15 line text file that removes a single character from another text file.
I feel like we've saved the planet here today, even just a little bit. ;)
Comment #4
hypertext200he he, Thanks for your contributions :).