Skip to content

Commit

Permalink
Merge pull request #6 from drmarshall/master
Browse files Browse the repository at this point in the history
corrected non-required .init params
  • Loading branch information
Tim Trefren committed Jul 18, 2014
2 parents 54af551 + 28041e7 commit 8a51ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 8a51ef2

Please sign in to comment.