Fix some numeric issues with older Firefox
[dygraphs.git] / auto_tests / misc / fake-jstestdriver.js
index 4536dbc..6f4f464 100644 (file)
@@ -27,6 +27,14 @@ var jstestdriver = {
   jQuery : jQuery
 };
 
+if (!console) {
+  var console = {
+    log: function(x) {
+      // ...
+    }
+  };
+}
+
 var jstd = {
   include : function(name) {
     this.sucker("Not including " + name);