Skip to content

Commit a6bcf17

Browse files
committed
update snippet for second test page
1 parent b4b89e5 commit a6bcf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/amplitudejs2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
this._q.push([fn].concat(Array.prototype.slice.call(arguments, 0))); return this;
1717
};
1818
}
19-
var identifyFuncs = ['add', 'set', 'setOnce', 'unset'];
19+
var identifyFuncs = ['add', 'append', 'set', 'setOnce', 'unset'];
2020
for (var i = 0; i < identifyFuncs.length; i++) {
2121
proxyIdentify(identifyFuncs[i]);
2222
}

0 commit comments

Comments
 (0)