Skip to content

Commit

Permalink
fixup worng codes about "EXAMPLE6"
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjunekim committed Sep 17, 2015
1 parent 2f3a7e0 commit 6b173b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -475,7 +475,7 @@ <h3>
if (evt.data == "say hello")
session.send("hello");
}
});
};
navigator.presentation.receiver.getSession().then(addSession);
navigator.presentation.receiver.onsessionavailable = function(evt) {
navigator.presentation.receiver.getSessions().then(function(sessions) {
Expand Down

0 comments on commit 6b173b5

Please sign in to comment.