diff options
Diffstat (limited to 'eval_test.js')
-rw-r--r-- | eval_test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eval_test.js b/eval_test.js index fa508f6..03d1a5e 100644 --- a/eval_test.js +++ b/eval_test.js @@ -459,7 +459,6 @@ function get_final_page(html_string, callback){ var html_doc = parser.parseFromString(html_source, "text/html"); // Test "the first piece of Javascript available to the page" for the license comment - // TODO: Is this supposed to test if the license is free or just assume that it is? var finished = false; if(html_doc.scripts[0] !== undefined){ if(html_doc.scripts[0].src != ""){ |