diff --git a/doc/readme.io/javascript-full-api-reference.md b/doc/readme.io/javascript-full-api-reference.md index d8a8b8bb..9d333ac5 100644 --- a/doc/readme.io/javascript-full-api-reference.md +++ b/doc/readme.io/javascript-full-api-reference.md @@ -413,12 +413,8 @@ mixpanel.register({'Name': 'Pat'}, {persistent: false}); | ------------- | ------------- | ----- | | **properties** | Object
required | An associative array of properties to store about the user | | **days_or_options** | Number or Object
optional | Options object or number of days since the user's last visit to store the super properties (only valid for persisted props) | -| **days_or_options.days** | boolean
optional | | -| **days_or_options.persistent=true** | boolean
optional | | +| **days_or_options.days** | boolean
optional | Number of days since the user's last visit to store the super properties (only valid for persisted props) | +| **days_or_options.persistent=true** | boolean
optional | Whether to put in persistent storage (cookie/localStorage) | ___ @@ -451,12 +447,8 @@ If default_value is specified, current super properties with that value will be | **properties** | Object
required | An associative array of properties to store about the user | | **default_value** | any
optional | Value to override if already set in super properties (ex: 'False') Default: 'None' | | **days_or_options** | Number or Object
optional | Options object or number of days since the user's last visit to store the super properties (only valid for persisted props) | -| **days_or_options.days** | boolean
optional | | -| **days_or_options.persistent=true** | boolean
optional | | +| **days_or_options.days** | boolean
optional | Number of days since the user's last visit to store the super properties (only valid for persisted props) | +| **days_or_options.persistent=true** | boolean
optional | Whether to put in persistent storage (cookie/localStorage) | ___ @@ -811,9 +803,8 @@ mixpanel.init(PROJECT_TOKEN, {track_pageview: 'url-with-path'}); | ------------- | ------------- | ----- | | **properties** | Object
optional | An optional set of additional properties to send with the page view event | | **options** | Object
optional | Page view tracking options | -| **options.event_name** | String
optional | | +| **options.event_name** | String
optional | Alternate name for the tracking event | + #### Returns: | Type | Description | | ----- | ------------- | @@ -852,9 +843,7 @@ Delete a super property stored with the current user. | ------------- | ------------- | ----- | | **property** | String
required | The name of the super property to remove | | **options** | Object
optional | | -| **options.persistent=true** | boolean
optional | | +| **options.persistent=true** | boolean
optional | Whether to look in persistent storage (cookie/localStorage) |