Added token methods back

Andrew Kane committed Jun 18, 2014
commit 10589d2fa4dc85582aff216cf0e96e04c6d02a21
Showing 1 changed file with 2 additions and 2 deletions
vendor/assets/javascripts/ahoy.js +2 -2
@@ @@ -186,11 +186,11 @@
}
}
- ahoy.getVisitId = function () {
+ ahoy.getVisitId = ahoy.getVisitToken = function () {
return visitId;
};
- ahoy.getVisitorId = function () {
+ ahoy.getVisitorId = ahoy.getVisitorToken = function () {
return visitorId;
};