Return to Snippet

Revision: 5079
at February 9, 2008 23:59 by localhorst


Initial Code
if(window.console){
console.log("your Firebug output");
}

Initial URL
http://michaelsync.net/2007/09/09/firebug-tutorial-logging-profiling-and-commandline-part-i

Initial Description
prevent errors in other browsers

Initial Title
Test for Firebug console command

Initial Tags
javascript, js, debug

Initial Language
JavaScript