Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "eon-map", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Mapbox Realtime Maps with PubNub. Part of the EON Framework.", | ||
@@ -5,0 +5,0 @@ "main": "eon-map.js", |
@@ -77,6 +77,2 @@ module.exports = function (options) { | ||
if(typeof options.channels !== 'array') { | ||
return console.error('channels must be an array.'); | ||
} | ||
if(options.provider == 'mapbox') { | ||
@@ -83,0 +79,0 @@ |
Sorry, the diff of this file is too big to display
792412
17909