We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e96f6 commit 3b7f131Copy full SHA for 3b7f131
javascript/tests/ssl-test.html
@@ -8,7 +8,7 @@
8
9
<!-- <script src="http://cdn.pubnub.com/pubnub-3.1.min.js"></script> -->
10
<script>
11
- var p = PUBNUB.init({ ssl : true })
+ var p = PUBNUB.init({ 'subscribe_key': 'demo', 'publish_key': 'demo', ssl : true })
12
, out = p.$('output')
13
, now = function(){return+new Date}
14
, start = now()
0 commit comments