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

Commit fe8cc3f

Browse files
authored
Merge pull request #14 from ATranimal/Tone.Transport.Pause-conditional-parameter
Adding a conditional to the parameter of pause
2 parents 2e9b6d9 + 0a02ecb commit fe8cc3f

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
@@ -1097,7 +1097,7 @@ declare namespace Tone {
10971097
/**
10981098
* Pause the transport and all sources synced to the transport.
10991099
*/
1100-
pause(time: Encoding.Time): this;
1100+
pause(time?: Encoding.Time): this;
11011101

11021102
/**
11031103
* Schedule an event along the timeline.

0 commit comments

Comments
 (0)