Gavin Clark

Results 2 comments of Gavin Clark

Had a similar problem recently. Looks like this is because the [regex for making the attribute match](https://github.com/mixpanel/mixpanel-js/blob/master/src/utils.js#L1227) uses `(\w+)` to select the attribute name. If it used `([\w\-]+)` then attributes...