Made cookie functions public for ahoy_events
Andrew Kane
committed May 11, 2014
commit 48d11c20b7ddbba42f509d0f29ffc2bb79fd81b3
Showing 1
changed file with
3 additions
and 0 deletions
vendor/assets/javascripts/ahoy.js
+3
-0
| @@ | @@ -120,6 +120,9 @@ |
| return true; | |
| }; | |
| + | ahoy.setCookie = setCookie; |
| + | ahoy.getCookie = getCookie; |
| + | ahoy.destroyCookie = destroyCookie; |
| ahoy.log = log; | |
| ahoy.ready = function (callback) { | |