f1616fd4 by David LaPalomento

Add semi-colon

Fix jshint issue due to missing semi-colon.
1 parent 843e6d76
......@@ -122,7 +122,7 @@ var
player.on('ended', function() {
console.log('ended');
})
});
player.hls.getSegmentIndexByTime = function(time) {
var index, counter, timeRanges, currentSegmentRange;
......