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

Commit 9223831

Browse files
authored
Merge pull request #16 from minism/context
Make Tone.context a static class member.
2 parents fe8cc3f + 042dc64 commit 9223831

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)