diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 15:13:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 15:13:06 +0900 |
| commit | 990347f856e92d5b61fe3e9add764b18b39821c1 (patch) | |
| tree | e61c506bc05c0110c25bc3693d39d3e3bc18ffee /src/client/app/common/scripts | |
| parent | Docker (#2867) (diff) | |
| download | sharkey-990347f856e92d5b61fe3e9add764b18b39821c1.tar.gz sharkey-990347f856e92d5b61fe3e9add764b18b39821c1.tar.bz2 sharkey-990347f856e92d5b61fe3e9add764b18b39821c1.zip | |
Fix
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/stream.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/stream.ts b/src/client/app/common/scripts/stream.ts index 98a7efaa4c..980330c4e4 100644 --- a/src/client/app/common/scripts/stream.ts +++ b/src/client/app/common/scripts/stream.ts @@ -177,7 +177,7 @@ abstract class Connection extends EventEmitter { }); } - public abstract dispose: () => void; + public abstract dispose(): void; } class SharedConnection extends Connection { |