From f58c4f9d09f4d6d22ce4a3609eae08de4758e128 Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Thu, 13 Sep 2007 09:00:52 +0000 Subject: Fix strict javascript warning --- itjs/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs') diff --git a/itjs/boot.js b/itjs/boot.js index 66d36f5..59652e7 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -1,7 +1,7 @@ // $Id$ var it_boot_status = "boot"; -var it_panictimer = window.setTimeout("it_panic(it_boot_status)", 31337); +var it_panictimer = window.setTimeout("it_panic(it_boot_status)", 31337), it_domtimer; var it_catcherrstart = new Date().getTime(); function it_catcherr(msg, url, line) -- cgit v1.2.3