Removed commented lines

This commit is contained in:
7Ds7 2020-02-18 19:02:02 +01:00 committed by GitHub
parent 9c23135d3b
commit c1105b5f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,8 +37,6 @@
ResolutionMenuItem.prototype.handleClick = function(event){
MenuItem.prototype.handleClick.call(this, event);
this.player_.currentResolution(this.options_.label);
// this.player_.updateSrc(this.player_.options_.sources)
// MenuButton.prototype.update.call(this);
};
ResolutionMenuItem.prototype.update = function(){
var selection = (this.player_ && this.player_.currentResolution() ) ? this.player_.currentResolution() : null ;