Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b0f95038
authored
2015-03-11 10:51:33 -0400
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix jshint
Remove unused variable.
1 parent
80a72cdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
b0f9503
...
...
@@ -384,8 +384,6 @@ videojs.Hls.prototype.cancelSegmentXhr = function() {
* Abort all outstanding work and cleanup.
*/
videojs
.
Hls
.
prototype
.
dispose
=
function
()
{
var
player
=
this
.
player
();
this
.
stopCheckingBuffer_
();
if
(
this
.
playlists
)
{
...
...
Please
register
or
sign in
to post a comment