Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Commit 042dc64

Browse files
committed
Make Tone.context a static class member.
1 parent a8ea351 commit 042dc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ declare class Tone {
136136
static now(): number;
137137

138138
/** The AudioContext */
139-
readonly context: Tone.Context;
139+
static readonly context: Tone.Context;
140140

141141
/**
142142
* Recieve the input from the desired channelName to the input

0 commit comments

Comments
 (0)