mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
removing unused import
This commit is contained in:
parent
2ef5aa1517
commit
011f02858d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
define(["helper/Test", "Tone/core/Context", "Tone/core/Tone", "helper/Offline", "helper/Supports", "helper/LoadHTML"],
|
||||
function(Test, Context, Tone, Offline, Supports, LoadHTML){
|
||||
define(["helper/Test", "Tone/core/Context", "Tone/core/Tone", "helper/Offline", "helper/Supports"],
|
||||
function(Test, Context, Tone, Offline, Supports){
|
||||
|
||||
describe("Context", function(){
|
||||
|
||||
|
|
Loading…
Reference in a new issue