Add comment to Scholar.debug() to explain console logging
This commit is contained in:
parent
8f84eaad7a
commit
396cce8a0d
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ var Scholar = new function(){
|
||||||
* Debug logging function
|
* Debug logging function
|
||||||
*
|
*
|
||||||
* Uses DebugLogger extension available from http://mozmonkey.com/debuglogger/
|
* 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
|
* Defaults to log level 3 if level not provided
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue