Skip to content

Commit d9e4b81

Browse files
authored
AudioContext: Improve JSDoc. (mrdoob#33213)
1 parent 8679507 commit d9e4b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/audio/AudioContext.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class AudioContext {
1010
/**
1111
* Returns the global native audio context.
1212
*
13-
* @return {AudioContext} The native audio context.
13+
* @return {Window.AudioContext} The native audio context.
1414
*/
1515
static getContext() {
1616

@@ -27,7 +27,7 @@ class AudioContext {
2727
/**
2828
* Allows to set the global native audio context from outside.
2929
*
30-
* @param {AudioContext} value - The native context to set.
30+
* @param {Window.AudioContext} value - The native context to set.
3131
*/
3232
static setContext( value ) {
3333

0 commit comments

Comments
 (0)