Skip to content

Commit

Permalink
Merge pull request #23 from junalmeida/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
junalmeida authored Apr 11, 2017
2 parents 51d956a + 6ec058c commit 53fa452
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/app.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/app/core/googlecast-sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
else {
GoogleCastSender.Cast.requestSession((e: any) => {
this.session = e;
this.sessionListener(e);
this.session.sendMessage(this.namespace, message,
() => this.onSuccess(message),
(m: string) => this.onError(m));
Expand Down

0 comments on commit 53fa452

Please sign in to comment.