mint-metrics / mojito-js-delivery

🧪 Source-controlled JS split testing framework for building and launching A/B tests.
https://mojito.mx/docs/js-delivery-intro
Other
16 stars 29 forks source link

Move cookiePrefix to options #69

Closed kingo55 closed 4 years ago

kingo55 commented 4 years ago

This seems like it should be added to the options object:

        var cookiePrefix = '_mojito',

https://github.com/kingo55/mojito-js-delivery/blob/9f313bd1ba59f1f8dcb80cc4df41b6b02b08f28c/lib/mojito.js#L28-L29

kingo55 commented 4 years ago

addressed by #77