mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
removing unused var
This commit is contained in:
parent
3d26c3adba
commit
8205db5485
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ export class ToneAudioBuffers extends Tone {
|
|||
);
|
||||
|
||||
this.baseUrl = options.baseUrl;
|
||||
const urlMap: ToneAudioBuffersUrlMap = {};
|
||||
// add each one
|
||||
Object.keys(options.urls).forEach(name => {
|
||||
this._loadingCount++;
|
||||
|
|
Loading…
Reference in a new issue