From: Wolfram Schneider Date: Tue, 25 Jun 2013 13:20:21 +0000 (+0000) Subject: IE8 X-Git-Tag: 0.9.1~532 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=486460e232fe8c43c827410d0f43d073a40776ee IE8 --- 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; }