Eliminate undocumented token override in track()
This behavior was undocumented, and also broken in the minified version for a long time. It is hereby eliminated.
To track to multiple Mixpanel projects on a single page, initialize separate lib instances with mixpanel.init(token, options, instance_name)
.