IE8
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 25 Jun 2013 13:20:21 +0000 (13:20 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 25 Jun 2013 13:20:21 +0000 (13:20 +0000)
experiments/spclient/mkws.js

index a7fb02a..306efc0 100644 (file)
@@ -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;
     }