From 5ef1be42b40eda9dd2ab5ffb4ca84702583d8adf Mon Sep 17 00:00:00 2001 From: teddddd Date: Tue, 5 May 2015 21:48:05 +0000 Subject: [PATCH] shorten doc lines for api reference --- mixpanel.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/mixpanel.js b/mixpanel.js index e20fb702..8a82b507 100644 --- a/mixpanel.js +++ b/mixpanel.js @@ -2605,13 +2605,14 @@ Globals should be all caps * // super properties span subdomains * cross_subdomain_cookie: true * - * // if this is true, the mixpanel cookie or localStorage entry will - * // be deleted, and no user persistence will take place + * // if this is true, the mixpanel cookie or localStorage entry + * // will be deleted, and no user persistence will take place * disable_persistence: false * - * // type of persistent store for super properties (cookie/localStorage) - * // if set to "localStorage", any existing mixpanel cookie value with the - * // same persistence_name will be transferred to localStorage and deleted + * // type of persistent store for super properties (cookie/ + * // localStorage) if set to "localStorage", any existing + * // mixpanel cookie value with the same persistence_name + * // will be transferred to localStorage and deleted * persistence: "cookie" * * // name for super properties persistent store @@ -2628,8 +2629,8 @@ Globals should be all caps * // should we track a page view on page load * track_pageview: true * - * // if you set upgrade to be true, the library will check for a - * // cookie from our old js library and import super + * // if you set upgrade to be true, the library will check for + * // a cookie from our old js library and import super * // properties from it, then the old cookie is deleted * // The upgrade config option only works in the initialization, * // so make sure you set it when you create the library.