http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88571
Revision: 88571
Author: hartman
Date: 2011-05-22 12:26:07 +0000 (Sun, 22 May 2011)
Log Message:
-----------
Fix spelling of variablename.
Modified Paths:
--------------
trunk/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/mw.EmbedTypes.js
Modified:
trunk/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/mw.EmbedTypes.js
===================================================================
---
trunk/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/mw.EmbedTypes.js
2011-05-22 11:38:52 UTC (rev 88570)
+++
trunk/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/mw.EmbedTypes.js
2011-05-22 12:26:07 UTC (rev 88571)
@@ -24,8 +24,8 @@
var webmNativePlayer = new mw.MediaPlayer( 'webmNative', ['video/webm'],
'Native' );
// VLC player
-var vlcMineList = ['video/ogg', 'audio/ogg', 'application/ogg', 'video/x-flv',
'video/mp4', 'video/h264', 'video/x-msvideo', 'video/mpeg'];
-var vlcPlayer = new mw.MediaPlayer( 'vlc-player', vlcMineList, 'Vlc' );
+var vlcMimeList = ['video/ogg', 'audio/ogg', 'application/ogg', 'video/x-flv',
'video/mp4', 'video/h264', 'video/x-msvideo', 'video/mpeg'];
+var vlcPlayer = new mw.MediaPlayer( 'vlc-player', vlcMimeList, 'Vlc' );
// Generic plugin
var oggPluginPlayer = new mw.MediaPlayer( 'oggPlugin', ['video/ogg',
'application/ogg'], 'Generic' );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs