pubnub / eon-map

Realtime maps with PubNub and MapBox.
https://www.pubnub.com/developers/eon/
MIT License
135 stars 51 forks source link

eon-map example 'multiple.html' missing comma #23

Open deathInTheAfternoon opened 7 years ago

deathInTheAfternoon commented 7 years ago

The line is missing a ',' after subscribeKey is set: var pn = new PubNub({ publishKey: 'demo', subscribeKey: 'demo' ssl: (('https:' == document.location.protocol) ? true : false) });