Skip to content

Commit 3b7f131

Browse files
committed
fixed javascript ssl test
1 parent 55e96f6 commit 3b7f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/tests/ssl-test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- <script src="http://cdn.pubnub.com/pubnub-3.1.min.js"></script> -->
1010
<script>
11-
var p = PUBNUB.init({ ssl : true })
11+
var p = PUBNUB.init({ 'subscribe_key': 'demo', 'publish_key': 'demo', ssl : true })
1212
, out = p.$('output')
1313
, now = function(){return+new Date}
1414
, start = now()

0 commit comments

Comments
 (0)