Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit deb3a6e

Browse files
author
Rob Griffiths
committed
Merge pull request #34 from liminal/patch-1
Change global in btoa segment to refer to exports instead of this
2 parents daa8823 + 81928de commit deb3a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth/Base64.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434

3535
return output;
3636
};
37-
})(this);
37+
})(exports);

0 commit comments

Comments
 (0)