Mercurial > hg > env-test-daniele
diff johndyer-mediaelement-13fa20a/src/js/mep-feature-visualcontrols.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/johndyer-mediaelement-13fa20a/src/js/mep-feature-visualcontrols.js Wed Mar 06 15:45:48 2013 +0000 @@ -0,0 +1,10 @@ +(function($) { + + MediaElementPlayer.prototype.buildvisualcontrols = function(player, controls, layers, media) { + if (!player.isVideo) + return; + + // add visual controls (HSV) + } + +})(mejs.$); \ No newline at end of file