first commit
This commit is contained in:
No files matched your search
@@ -0,0 +1,7 @@
|
||||
if (typeof define === "function" && define.amd)
|
||||
define(function () {
|
||||
return window || new (eval("require('jsdom')")('')).window;
|
||||
});
|
||||
else if (typeof exports === "object")
|
||||
module.exports = window || new (eval("require('jsdom')")('')).window;
|
||||
|
||||
Reference in New Issue
Block a user