mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
make statix usage explicit
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export class SoundManager implements ISoundManager {
|
||||
console.warn('Web Audio API is not supported by this browser. Consider upgrading to the latest version');
|
||||
return null;
|
||||
}
|
||||
this._audioContext = new audioContextCtor();
|
||||
SoundManager._audioContext = new audioContextCtor();
|
||||
}
|
||||
return SoundManager._audioContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user