From 28041e77b8401dc33decb86551647598b1d047fc Mon Sep 17 00:00:00 2001 From: Marshall Louis Reaves Date: Mon, 23 Jun 2014 19:24:09 -0700 Subject: [PATCH] corrected non required .init params --- mixpanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mixpanel.js b/mixpanel.js index 7fdb4bf2..79d1ef1f 100644 --- a/mixpanel.js +++ b/mixpanel.js @@ -1843,8 +1843,8 @@ Globals should be all caps * mixpanel.library_name.track(...) * * @param {String} token Your Mixpanel API token - * @param {Object} config A dictionary of config options to override - * @param {String} name The name for the new mixpanel instance that you want created + * @param {Object} [config] A dictionary of config options to override + * @param {String} [name] The name for the new mixpanel instance that you want created */ MixpanelLib.prototype.init = function (token, config, name) { if (typeof(name) === "undefined") {