We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da95507 commit a1fec86Copy full SHA for a1fec86
github.js
@@ -9,7 +9,7 @@
9
// Initial Setup
10
// -------------
11
12
- if (typeof exports !== 'undefined') {
+ if (typeof this.exports !== 'undefined') {
13
var XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest;
14
var _ = require('underscore');
15
}
0 commit comments