diff --git a/chrome/chromeFiles/content/scholar/xpcom/notifier.js b/chrome/chromeFiles/content/scholar/xpcom/notifier.js index ee672db30a..a982a4bbfa 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/notifier.js +++ b/chrome/chromeFiles/content/scholar/xpcom/notifier.js @@ -44,7 +44,7 @@ Scholar.Notifier = new function(){ } Scholar.debug("Notifier.trigger('" + event + "', '" + type + "', " - + (typeof ids=='Object' ? ids.join() : ids) + ") called " + + (typeof ids=='object' ? '[' + ids.join() + ']' : ids) + ") called " + "[column trees: " + _observers['columnTree'].length + ", item trees: " + _observers['itemTree'].length + "]");