mep-feature-endedhtml.js 198 Bytes
(function($) {

	$.extend(MediaElementPlayer.prototype, {
		buildendedhtml: function(player, controls, layers, media) {
			if (!player.isVideo)
				return;

			// add postroll
		}
	});
	
})(mejs.$);