From 525276bde9b99d05b133f96f21e1ac187c068bb6 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Tue, 4 Sep 2012 14:57:22 -0400 Subject: More misc cleanups. --- test_harnesses/automated/automated.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_harnesses') diff --git a/test_harnesses/automated/automated.coffee b/test_harnesses/automated/automated.coffee index c6f7639a..b5e5af35 100644 --- a/test_harnesses/automated/automated.coffee +++ b/test_harnesses/automated/automated.coffee @@ -186,10 +186,10 @@ Tests.outputMethod = (args...) -> document.getElementById("output-div").innerHTML += "
" + newOutput + "
" console.log.apply console, args +# ensure the extension has time to load before commencing the tests document.addEventListener "DOMContentLoaded", -> setTimeout Tests.run, 200 -# ensure the extension has time to load before commencing the tests createLinks = (n) -> for i in [0...n] by 1 link = document.createElement("a") -- cgit v1.2.3