Skip to content

Commit

Permalink
add semi colon to import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanFerrer committed Nov 2, 2017
1 parent 1640fbe commit 060c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/webvtt-parser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import VTTParser from './vttparser';
import { utf8ArrayToStr } from '../demux/id3'
import { utf8ArrayToStr } from '../demux/id3';

// String.prototype.startsWith is not supported in IE11
const startsWith = function(inputString, searchString, position) {
Expand Down

0 comments on commit 060c256

Please sign in to comment.