mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Remove vestigle loop methods
This commit is contained in:
parent
a5a76f554c
commit
6e1d57033e
1 changed files with 0 additions and 11 deletions
|
|
@ -81,7 +81,6 @@ export default class ElementSource {
|
|||
});
|
||||
|
||||
this._source = this._context.createMediaElementSource(this._audio);
|
||||
//this._audio.loop = false;
|
||||
this._source.connect(destination);
|
||||
}
|
||||
|
||||
|
|
@ -159,16 +158,6 @@ export default class ElementSource {
|
|||
return this._context.sampleRate;
|
||||
}
|
||||
|
||||
/*
|
||||
getLoop() {
|
||||
return this._audio.loop;
|
||||
}
|
||||
|
||||
setLoop(shouldLoop) {
|
||||
this._audio.loop = shouldLoop;
|
||||
}
|
||||
*/
|
||||
|
||||
_setStatus(status) {
|
||||
this._status = status;
|
||||
this.trigger("statusChange");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue