Skip to content

Commit

Permalink
fix append/union param docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed Mar 10, 2015
1 parent 529e582 commit 9dfee07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ Globals should be all caps
* list2: 123
* });
*
* @param {Object|String} prop If a string, this is the name of the property. If an object, this is an associative array of names and numeric values.
* @param {Object|String} prop If a string, this is the name of the property. If an object, this is an associative array of names and values.
* @param {*} [value] An item to append to the list
* @param {Function} [callback] If provided, the callback will be called after the tracking event
*/
Expand Down Expand Up @@ -2821,7 +2821,7 @@ Globals should be all caps
* list1: ['bob', 'billy']
* });
*
* @param {Object|String} prop If a string, this is the name of the property. If an object, this is an associative array of names and numeric values.
* @param {Object|String} prop If a string, this is the name of the property. If an object, this is an associative array of names and values.
* @param {*} [value] Value / values to merge with the given property
* @param {Function} [callback] If provided, the callback will be called after the tracking event
*/
Expand Down

0 comments on commit 9dfee07

Please sign in to comment.