Fix in Dygraph.log for IE8
authorWim Bruynooghe <wim@wimme.net>
Thu, 7 Mar 2013 08:52:54 +0000 (09:52 +0100)
committerWim Bruynooghe <wim@wimme.net>
Thu, 7 Mar 2013 08:52:54 +0000 (09:52 +0100)
commit94ee0648098ec6d817772829a900e6f2fa7df61a
tree35c07e60ad05c08e1df371422ec71825ea989a64
parent870190b5b5ad4e2ee930d14ac1c5d0e2be6f8fe0
Fix in Dygraph.log for IE8

In IE8, the console.log functions aren't true Javascript functions. They don't support the "apply" or "call" methods.

All Javascript code stopped working when a log message was being generated, therefor this small fix.
dygraph-utils.js