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

Commit 81928de

Browse files
committed
Change global in btoa segment to refer to exports instead of this for consistency (and so it works on Titanium android)
1 parent daa8823 commit 81928de

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)