We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436bb72 commit 4665ea0Copy full SHA for 4665ea0
github.js
@@ -16,13 +16,13 @@
16
// Initial Setup
17
// -------------
18
19
- var XMLHttpRequest, _, atob = window.atob;
+ var XMLHttpRequest, _;
20
/* istanbul ignore else */
21
if (typeof exports !== 'undefined') {
22
XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest;
23
_ = require('underscore');
24
if (typeof btoa === 'undefined') {
25
- var btoa = require('btoa'); //jshint ignore:line
+ btoa = require('btoa'); //jshint ignore:line
26
}
27
28
} else {
0 commit comments