We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54af551 + 28041e7 commit 8a51ef2Copy full SHA for 8a51ef2
mixpanel.js
@@ -1843,8 +1843,8 @@ Globals should be all caps
1843
* mixpanel.library_name.track(...)
1844
*
1845
* @param {String} token Your Mixpanel API token
1846
- * @param {Object} config A dictionary of config options to override
1847
- * @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
1848
*/
1849
MixpanelLib.prototype.init = function (token, config, name) {
1850
if (typeof(name) === "undefined") {
0 commit comments