Skip to content

Commit 9181b0a

Browse files
author
shengyonggen
committed
增加identify
1 parent e007770 commit 9181b0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sensorsdata.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ sa.track = function(e, p, c) {
640640
properties : p
641641
}, c);
642642
};
643-
/*
643+
644644
sa.identify = function (id, isSave) {
645645
if (typeof id === 'number') {
646646
id = String(id);
@@ -662,7 +662,6 @@ sa.identify = function (id, isSave) {
662662
}
663663
}
664664
};
665-
*/
666665

667666
sa.trackSignup = function(id, e, p, c) {
668667

0 commit comments

Comments
 (0)