Skip to content

Commit

Permalink
rename detachMediaElement -> detachMedia in destroy()
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Nov 18, 2015
1 parent 056fff3 commit a3ef212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hls.js
Expand Up @@ -97,7 +97,7 @@ class Hls {
this.bufferController.destroy();
//this.fpsController.destroy();
this.url = null;
this.detachMediaElement();
this.detachMedia();
this.observer.removeAllListeners();
}

Expand Down

0 comments on commit a3ef212

Please sign in to comment.