mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
linting
This commit is contained in:
parent
b0f729c9f1
commit
08607ad9af
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ define(["Tone/core/Tone", "Tone/core/Emitter", "Tone/type/Type", "Tone/shim/Audi
|
|||
}
|
||||
}
|
||||
} else if (Tone.isString(options.url)){
|
||||
this.load(options.url).then(options.onload).catch(options.onerror)
|
||||
this.load(options.url).then(options.onload).catch(options.onerror);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue