naivite / game-golem

Automatically exported from code.google.com/p/game-golem
0 stars 0 forks source link

Log function not working on FF 3.6 #326

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The log function is not working on FF 3.6.  This works, 
log('blah, blah');

 but this doesn't 
log(LOG_INFO, 'blah, blah');

Original issue reported on code.google.com by 0Artifi...@gmail.com on 14 May 2011 at 1:43

GoogleCodeExporter commented 9 years ago
This now works properly in FF3.6 with Firebug installed (I have FF3.6 setup for 
testing in parallel to FF4 too now).

Original comment by RycochetTM on 21 May 2011 at 5:42