1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-06 06:50:51 +02:00

- removed trailing comma ( IE7 throws exception VideoJS is undefined )

This commit is contained in:
Fredust85 2010-09-23 17:23:52 +08:00 committed by heff
parent 9cd6ef36fd
commit 07545a27ab

View File

@ -854,7 +854,7 @@ var VideoJS = JRClass.extend({
this.subtitles[x].showing = true; this.subtitles[x].showing = true;
} }
} }
}, }
/* Device Fixes /* Device Fixes