Hi, I've been noticing that IE complains a lot about the console.log() function. It seems something weird: in IE 8, when the Developer Tools are visible, it works OK, but when they are hidden, it throws an error.
What I'd like to know is if MooTools doesn't define an empty interface (i.e. defines a class with lambda functions as methods) when the javascript console isn't available, or if it does, what is the right way to use it?
