Skip to content

Commit a1fec86

Browse files
committed
Update github.js
1 parent da95507 commit a1fec86

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
@@ -9,7 +9,7 @@
99
// Initial Setup
1010
// -------------
1111

12-
if (typeof exports !== 'undefined') {
12+
if (typeof this.exports !== 'undefined') {
1313
var XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest;
1414
var _ = require('underscore');
1515
}

0 commit comments

Comments
 (0)