Skip to content

Commit 92f9a77

Browse files
author
Joe Bowers
committed
Fix for minification bug
1 parent f601a51 commit 92f9a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mixpanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@ Globals should be all caps
22502250

22512251
// set defaults
22522252
properties = properties || {};
2253-
properties['token'] = properties.token || this.get_config('token');
2253+
properties['token'] = properties['token'] || this.get_config('token');
22542254

22552255
// update cookie
22562256
this['cookie'].update_search_keyword(document.referrer);

0 commit comments

Comments
 (0)