Skip to content

Commit 2a2e4ff

Browse files
committed
Fixed typo Helpers -> helpers
1 parent 79d8bbe commit 2a2e4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@
12101210
*/
12111211
setCookieDomain: function (domain) {
12121212

1213-
configCookieDomain = Helpers.fixupDomain(domain);
1213+
configCookieDomain = helpers.fixupDomain(domain);
12141214
updateDomainHash();
12151215
},
12161216

0 commit comments

Comments
 (0)