mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
Fix typo "Tranport"
This commit is contained in:
parent
f9dadbf320
commit
73528051ec
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ define(["Tone/core/Tone", "Tone/core/Transport"], function(Tone){
|
|||
* @returns {Tone.Note} this
|
||||
*/
|
||||
Tone.Note.prototype.dispose = function(){
|
||||
Tone.Tranport.clearTimeline(this._timelineID);
|
||||
Tone.Transport.clearTimeline(this._timelineID);
|
||||
this.value = null;
|
||||
return this;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue