Skip to content

Commit

Permalink
do not expose "isClosingConnection"
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Mar 29, 2021
1 parent efe2586 commit 1e9ec73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ export class ChromecastMediaControls {

onError: (err: Error) => void;
onDisconnect: () => void;
isClosingConnection: boolean = false;

private isClosingConnection: boolean = false;

constructor(opt: {
onError: (err: Error) => void;
Expand Down

0 comments on commit 1e9ec73

Please sign in to comment.