From 396cce8a0df85d7088784e66c8fdfdf8f2afa885 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 15 May 2006 21:52:18 +0000 Subject: [PATCH] Add comment to Scholar.debug() to explain console logging --- chrome/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 index 2acd125608..da31a633f1 100644 --- 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 */