Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Expose loadJS on window, even when require'd via CommonJS and wrapped…
Browse files Browse the repository at this point in the history
… with Browserify
  • Loading branch information
scottjehl committed Nov 3, 2015
1 parent a5aabd5 commit 7e2ebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
if( typeof module !== "undefined" ){
module.exports = w.loadJS;
}
}( this ));
}( typeof global !== "undefined" ? global : this ));

0 comments on commit 7e2ebdb

Please sign in to comment.