UNPKG

linagora-rse

Version:
11 lines (9 loc) 262 B
(function() { 'use strict'; angular.module('esn.attachment') .constant('ESN_ATTACHMENT_VIDEO_VIEWER', { name: 'videoViewer', directive: 'esn-attachment-video-viewer', contentType: ['video/mp4', 'video/webm', 'video/ogg'] }); })();