From 486460e232fe8c43c827410d0f43d073a40776ee Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 25 Jun 2013 13:20:21 +0000 Subject: [PATCH] IE8 --- experiments/spclient/mkws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index a7fb02a..306efc0 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -700,7 +700,7 @@ function debug(string) { if (!mkws_debug) return; - if (typeof console === "undefined" || typeof console.log === "undefined") { /* ARGH!!! */ + if (typeof console === "undefined" || typeof console.log === "undefined") { /* ARGH!!! old IE */ return; } -- 1.7.10.4