Skip to content

Commit

Permalink
-updated mediaelement
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Kelting committed Aug 16, 2011
1 parent 18156a1 commit 6813593
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ if (typeof jQuery != 'undefined') {
} else if (typeof ender != 'undefined') {
mejs.$ = ender;
}
(function ($) {
(function ($) {

// default player values
mejs.MepDefaults = {
Expand Down Expand Up @@ -1699,3 +1699,5 @@ if (typeof jQuery != 'undefined') {

})(mejs.$);

;

0 comments on commit 6813593

Please sign in to comment.