UNPKG
linagora-rse
Version:
latest (1.3.7)
1.3.7
1.3.5
Linagora RSE
github.com/linagora/openpaas-esn
linagora/openpaas-esn
linagora-rse
/
frontend
/
js
/
modules
/
attachment
/
viewer
/
video-viewer
/
video-viewer.constant.js
11 lines
(9 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
(
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'
] }); })();