Skip to content

Commit

Permalink
Restoring btoa to window, fixes #178.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ændrew Rininsland committed May 15, 2015
1 parent 765dbce commit 37be70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if (typeof exports !== 'undefined') {
XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest;
_ = require('underscore');
var btoa = require('btoa'); //jshint ignore:line
btoa = require('btoa'); //jshint ignore:line
} else {
_ = window._;
}
Expand Down

0 comments on commit 37be70d

Please sign in to comment.