mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
removing redundant ready check
This commit is contained in:
parent
3b60b9decd
commit
926ccac6a7
@ -1082,7 +1082,7 @@ vjs.Player.prototype.setSource = function(source, type) {
|
||||
}
|
||||
}).bind(this);
|
||||
|
||||
this.isReady_ ? _set() : this.ready(_set);
|
||||
this.ready(_set);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user