console.log() and disabled Firebug
Hey everybody,
I'm getting used to jQuery and JavaScript in general (though I've been working with ActionScript for years), and I came across this nice function console.log(). With this I can log stuff in the Firebug-console and that's awesome.
The problem is.. when I open my project with Firebug disabled, my project isn't responding properly (like it's getting an error 'cause the console couldn't be found or something). When I reload with the console activated, it's all good.
Is this regular behavior and is there a fix for it?
Thanks in advance,
J.