annotate johndyer-mediaelement-13fa20a/src/js/mep-feature-endedhtml.js @ 25:4a4bd554b4c1 tip

Closing this sub branch.
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 14:02:54 +0000
parents 032bc65ebafc
children
rev   line source
gyorgy@0 1 (function($) {
gyorgy@0 2
gyorgy@0 3 MediaElementPlayer.prototype.buildendedhtml = function(player, controls, layers, media) {
gyorgy@0 4 if (!player.isVideo)
gyorgy@0 5 return;
gyorgy@0 6
gyorgy@0 7 // add postroll
gyorgy@0 8 }
gyorgy@0 9
gyorgy@0 10 })(mejs.$);