Mercurial > hg > env-test-daniele
view johndyer-mediaelement-13fa20a/src/js/mep-feature-speed.js @ 0:032bc65ebafc
added core components
author | George Fazekas <gyorgy.fazekas@eecs.qmul.ac.uk> |
---|---|
date | Wed, 06 Mar 2013 15:45:48 +0000 |
parents | |
children |
line wrap: on
line source
(function($) { MediaElementPlayer.prototype.buildspeed = function(player, controls, layers, media) { if (!player.isVideo) return; // add speed controls } })(mejs.$);