소스 검색

missed the trailing space

Borut 5 년 전
부모
커밋
61f33ec078
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Audio/audioEngine.ts

+ 1 - 1
src/Audio/audioEngine.ts

@@ -75,7 +75,7 @@ export interface IAudioEngine extends IDisposable {
      * This is helpful to resume play once browser policies have been satisfied.
      */
     unlock(): void;
- 
+
     /**
      * Gets the global volume sets on the master gain.
      * @returns the global volume if set or -1 otherwise