mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
correcting ToneAudioNode's name
This commit is contained in:
parent
3c97ecebe9
commit
5fd8009c87
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export abstract class ToneAudioNode<Options extends ToneAudioNodeOptions = ToneA
|
|||
/**
|
||||
* The name of the class
|
||||
*/
|
||||
abstract readonly name: string = "AudioNode";
|
||||
abstract readonly name: string = "ToneAudioNode";
|
||||
|
||||
/**
|
||||
* The input node or nodes. If the object is a source,
|
||||
|
|
Loading…
Reference in a new issue