summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2012-04-25 22:38:05 -0700
committerraylu <raylu@mixpanel.com>2012-04-25 22:38:05 -0700
commitc8783d4dc257913ba527d469c88d7b97770be3de (patch)
treed358a1ba97523e6dd8988a54dc49ac9ff0b739bb /js
parent5b23aea4a86478617dcd398a9ce57ea6cfbaac21 (diff)
downloadpathery-c8783d4dc257913ba527d469c88d7b97770be3de.tar.xz
upgrade mixpanel lib to v2
Diffstat (limited to 'js')
-rw-r--r--js/mapspecs.js2
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