Skip to content

Commit c70083c

Browse files
committed
Update embedvideo.js
1 parent 8bf5efe commit c70083c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

funnel/assets/js/utils/embedvideo.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ const Video = {
1919
type = 'youtube';
2020
} else if (regexMatch.groups.service.indexOf('vimeo') > -1) {
2121
type = 'vimeo';
22-
return {
23-
type,
24-
videoId: regexMatch.groups.videoId,
25-
paramId: regexMatch.groups.paramId,
26-
};
2722
}
2823
return {
2924
type,

0 commit comments

Comments
 (0)