avo-mparticle-sdk-javascript
Advanced tools
Comparing version 1.0.1 to 1.0.2
var apiKey; | ||
exports.init = function init(key) { | ||
exports.init = function init(key, options) { | ||
apiKey = key; | ||
window.mParticle = window.mParticle || {}; | ||
window.mParticle.config = window.mParticle.config || {}; | ||
window.mParticle.config = window.mParticle.config || { | ||
isDevelopmentMode: options.isDevelopmentMode === true | ||
}; | ||
window.mParticle.config.rq = []; | ||
@@ -8,0 +10,0 @@ window.mParticle.ready = function(f) { |
{ | ||
"name": "avo-mparticle-sdk-javascript", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
2444
77