dineshkummarc / cakejs

Automatically exported from code.google.com/p/cakejs
0 stars 0 forks source link

"Console is not defined" Error -- when firebug not active #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 Deactivate firebug extension in firefox and try to raise an exception

If firebug is deactivated then the 'console' object does not exist, It's
possible to write separate function that does error output and before
calling console.log function check if 'console' is defined

I don't know what version of Cake, it's the only one and file does not have
any version information (((.
OS: Windows XP Home Basic; Firefox 3.6; FireBug 1.5.3;

Original issue reported on code.google.com by vandcomp...@yahoo.com on 19 Mar 2010 at 7:21