Index: /CKEditor/branches/prototype/_dev/jslint/lint.conf
===================================================================
--- /CKEditor/branches/prototype/_dev/jslint/lint.conf	(revision 2363)
+++ /CKEditor/branches/prototype/_dev/jslint/lint.conf	(revision 2364)
@@ -120,4 +120,5 @@
 +define DOMParser
 +define XMLSerializer
++define console
 +define CKEDITOR
 
Index: /CKEditor/branches/prototype/_samples/sample.js
===================================================================
--- /CKEditor/branches/prototype/_samples/sample.js	(revision 2363)
+++ /CKEditor/branches/prototype/_samples/sample.js	(revision 2364)
@@ -19,4 +19,10 @@
  * == END LICENSE ==
  */
+
+// Firebug has been presented some bugs with console. It must be "initialized"
+// before the page load to work.
+// FIXME: Remove the following in the future, if Firebug gets fixed.
+if ( typeof console != 'undefined' )
+	console.log();
 
 (function()
