You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line is missing a ',' after subscribeKey is set:
var pn = new PubNub({
publishKey: 'demo',
subscribeKey: 'demo'
ssl: (('https:' == document.location.protocol) ? true : false)
});
The text was updated successfully, but these errors were encountered:
The line is missing a ',' after subscribeKey is set:
var pn = new PubNub({
publishKey: 'demo',
subscribeKey: 'demo'
ssl: (('https:' == document.location.protocol) ? true : false)
});
The text was updated successfully, but these errors were encountered: