Skip to content

Commit

Permalink
Pass js param
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 27, 2018
1 parent 8733de0 commit 4788f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ahoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ ahoy.track = function (name, properties) {
name: name,
properties: properties || {},
time: (new Date()).getTime() / 1000.0,
id: generateId()
id: generateId(),
js: true
};

ready( function () {
Expand Down

0 comments on commit 4788f3c

Please sign in to comment.