From cab81a10d87095f79e252f0e12817a1a74b35245 Mon Sep 17 00:00:00 2001 From: Sami Ahmed Siddiqui Date: Tue, 8 May 2018 11:26:00 +0500 Subject: [PATCH] Missing comma after subscribeKey --- examples/multiple.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiple.html b/examples/multiple.html index 7d174cd..4a57b89 100644 --- a/examples/multiple.html +++ b/examples/multiple.html @@ -34,7 +34,7 @@ var pn = new PubNub({ publishKey: 'demo', - subscribeKey: 'demo' + subscribeKey: 'demo', ssl: (('https:' == document.location.protocol) ? true : false) });