1 changed files with 19 additions and 4 deletions
@ -1,6 +1,21 @@
@@ -1,6 +1,21 @@
|
||||
document = { |
||||
documentElement: null |
||||
}; |
||||
window = { |
||||
innerWidth: 600 |
||||
head: "", |
||||
documentElement: {}, |
||||
querySelector: function(selector) { |
||||
return {}; |
||||
}, |
||||
querySelectorAll: function(selector) { |
||||
}, |
||||
addEventListener: function(label, cb, overwrite) { |
||||
//
|
||||
} |
||||
}; |
||||
window.innerWidth=600 |
||||
Date = { |
||||
now: function() { |
||||
//__netrunner_datenow();
|
||||
} |
||||
} |
||||
XMLHttpRequest = { |
||||
// withCredentials:
|
||||
} |
||||
|
Loading…
Reference in new issue