mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +02:00
Removed commented lines
This commit is contained in:
parent
9c23135d3b
commit
c1105b5f6c
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@
|
||||||
ResolutionMenuItem.prototype.handleClick = function(event){
|
ResolutionMenuItem.prototype.handleClick = function(event){
|
||||||
MenuItem.prototype.handleClick.call(this, event);
|
MenuItem.prototype.handleClick.call(this, event);
|
||||||
this.player_.currentResolution(this.options_.label);
|
this.player_.currentResolution(this.options_.label);
|
||||||
// this.player_.updateSrc(this.player_.options_.sources)
|
|
||||||
// MenuButton.prototype.update.call(this);
|
|
||||||
};
|
};
|
||||||
ResolutionMenuItem.prototype.update = function(){
|
ResolutionMenuItem.prototype.update = function(){
|
||||||
var selection = (this.player_ && this.player_.currentResolution() ) ? this.player_.currentResolution() : null ;
|
var selection = (this.player_ && this.player_.currentResolution() ) ? this.player_.currentResolution() : null ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue