www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 396cce8a0df85d7088784e66c8fdfdf8f2afa885
parent 8f84eaad7ad44b2b27e8e1653a3ae693e8d3ef6e
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 15 May 2006 21:52:18 +0000

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


Diffstat:
Mchrome/chromeFiles/content/scholar/scholar.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/chromeFiles/content/scholar/scholar.js b/chrome/chromeFiles/content/scholar/scholar.js @@ -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 */