aboutsummaryrefslogtreecommitdiff
path: root/eval_test.js
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-28 13:00:12 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-28 13:00:12 -0500
commit0f292821760b513ce815d8ca20ccaf118fe581eb (patch)
tree1e345a3e2b5eb0981eede988915e29708e403bcd /eval_test.js
parent3a8ce7418c57b866907f7022979a47efe836963b (diff)
Can now edit scripts on Firefox but not Chrome
Diffstat (limited to 'eval_test.js')
-rw-r--r--eval_test.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/eval_test.js b/eval_test.js
index dd00891..e3550ff 100644
--- a/eval_test.js
+++ b/eval_test.js
@@ -153,12 +153,6 @@ var reserved_objects = [
"eval"
];
-// Objects that can only be used with dot notation
-var dot_only = [
- "window"
-]
-
-
function get_final_page(html_string, callback){
/**