Add comment to Scholar.debug() to explain console logging

This commit is contained in:
Dan Stillman 2006-05-15 21:52:18 +00:00
parent 8f84eaad7a
commit 396cce8a0d

View file

@ -39,7 +39,8 @@ var Scholar = new function(){
* Debug logging function
*
* Uses DebugLogger extension available from http://mozmonkey.com/debuglogger/
* if available, otherwise the console
* if available, otherwise the console (in which case boolean browser.dom.window.dump.enabled
* must be created and set to true in about:config)
*
* Defaults to log level 3 if level not provided
*/