Skip to content

Commit 37be70d

Browse files
author
Ændrew Rininsland
committed
Restoring btoa to window, fixes #178.
1 parent 765dbce commit 37be70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if (typeof exports !== 'undefined') {
2222
XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest;
2323
_ = require('underscore');
24-
var btoa = require('btoa'); //jshint ignore:line
24+
btoa = require('btoa'); //jshint ignore:line
2525
} else {
2626
_ = window._;
2727
}

0 commit comments

Comments
 (0)