Skip to content

Commit 5225c48

Browse files
author
Curtis Liu
committed
Remove Base, LZW, Cookie from global scope
1 parent 1d615da commit 5225c48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/amplitude.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,6 @@
660660
var instance = new Amplitude();
661661

662662
window.amplitude = instance;
663-
window.Base64 = Base64;
664-
window.Cookie = Cookie;
665-
window.LZW = LZW;
666663

667664
// Apply the queued commands
668665
for (var i = 0; i < q.length; i++) {

0 commit comments

Comments
 (0)