Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jan 19, 2018
1 parent 14c0d09 commit efeb4f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.player.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function PearPlayer(selector, token, opts) {
} else {
throw new Error('illegal video selector');
}
self.video = document.querySelector(selector);
opts.selector = selector;
opts.render = render;
opts.sequencial = true; //player必须有序下载buffer
Expand Down

0 comments on commit efeb4f4

Please sign in to comment.