From 6b173b5e3381333d1ef729516311f88612e82f5f Mon Sep 17 00:00:00 2001 From: "hyunjune.kim" Date: Thu, 17 Sep 2015 15:12:59 +0900 Subject: [PATCH] fixup worng codes about "EXAMPLE6" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bb74db9..452884c 100644 --- a/index.html +++ b/index.html @@ -475,7 +475,7 @@

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) {