We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ffdde commit 1d667c3Copy full SHA for 1d667c3
README.md
@@ -14,7 +14,7 @@ Amplitude-Javascript
14
r.onload=function(){t.amplitude.runQueuedFunctions()};var s=e.getElementsByTagName("script")[0];
15
s.parentNode.insertBefore(r,s);var i=function(){this._q=[];return this};function o(t){
16
i.prototype[t]=function(){this._q.push([t].concat(Array.prototype.slice.call(arguments,0)));
17
- return this}}var a=["add","set","setOnce","unset"];for(var u=0;u<a.length;u++){o(a[u]);
+ return this}}var a=["add","append","set","setOnce","unset"];for(var u=0;u<a.length;u++){o(a[u]);
18
}n.Identify=i;n._q=[];function c(t){n[t]=function(){n._q.push([t].concat(Array.prototype.slice.call(arguments,0)));
19
}}var l=["init","logEvent","logRevenue","setUserId","setUserProperties","setOptOut","setVersionName","setDomain","setDeviceId","setGlobalUserProperties","identify"];
20
for(var p=0;p<l.length;p++){c(l[p])}t.amplitude=n})(window,document);
0 commit comments