Skip to content

Commit ab1c7f4

Browse files
committed
Do not add countdown to the default video demo
1 parent 08243d7 commit ab1c7f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/video-only.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@
4444
video: true,
4545
maxLength: 10,
4646
displayMilliseconds: false,
47-
countdown: [
48-
{value: 'Five!', time: 1000},
49-
{value: 'Four!', time: 1000},
50-
{value: 'Three', time: 1000},
51-
{value: '2', time: 1000},
52-
{value: '1', time: 500},
53-
{value: 'Go!', time: 500},
54-
],
5547
debug: true
5648
}
5749
}

0 commit comments

Comments
 (0)