Skip to content

Commit

Permalink
Update MediaElement.js to 2.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
viocassel committed Jan 6, 2017
1 parent 8bcd8dd commit d8390f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions media/media/js/mediaelement-and-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
var mejs = mejs || {};

// version number
mejs.version = '2.23.4';
mejs.version = '2.23.5';


// player number (for missing, same id attr)
Expand Down Expand Up @@ -2361,7 +2361,7 @@ window.MediaElement = mejs.MediaElement;
"use strict";

if (typeof mejsL10n !== 'undefined') {
mejs[mejsL10n.lang] = mejsL10n.strings;
mejs[mejsL10n.language] = mejsL10n.strings;
}

}(mejs.i18n.locale.strings));
Expand Down

0 comments on commit d8390f5

Please sign in to comment.