IE8 has no console object, fake it
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 21 Jun 2013 10:50:00 +0000 (10:50 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 21 Jun 2013 10:50:00 +0000 (10:50 +0000)
experiments/spclient/mkws.js

index a45600d..96fe94c 100644 (file)
@@ -657,7 +657,8 @@ jQuery.extend({
 function debug(string) {
     if (!mkws_debug)
        return;
-    
+   
+    var console; // IE8 quirks 
     if (!console) { /* ARGH!!! */
        return;
     }