diff options
author | raylu <raylu@mixpanel.com> | 2012-04-25 22:38:05 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2012-04-25 22:38:05 -0700 |
commit | c8783d4dc257913ba527d469c88d7b97770be3de (patch) | |
tree | d358a1ba97523e6dd8988a54dc49ac9ff0b739bb /js | |
parent | 5b23aea4a86478617dcd398a9ce57ea6cfbaac21 (diff) | |
download | pathery-c8783d4dc257913ba527d469c88d7b97770be3de.tar.xz |
upgrade mixpanel lib to v2
Diffstat (limited to 'js')
-rw-r--r-- | js/mapspecs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/mapspecs.js b/js/mapspecs.js index f6a1791..c767db7 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -203,7 +203,7 @@ function doSend(mapid) { var speedbox = document.getElementById(mapid+',speed'),
speed = speedbox.options[speedbox.selectedIndex].text,
mute = !checkSound(mapid);
- mpq.track('click go', {
+ mixpanel.track('click go', {
'speed': speed,
'mute': mute,
'mapid': mapid
|