www

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

commit 39fc50913c2df07b06595e8ab38a934b1dca1ae5
parent 226ec917a6c4dcab24bdcf99b7cb112977228841
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 21 Feb 2012 14:03:07 -0500

Fix debug output of objects, which I broke in da09a8df

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

diff --git a/chrome/content/zotero/xpcom/debug.js b/chrome/content/zotero/xpcom/debug.js @@ -62,7 +62,8 @@ Zotero.Debug = new function () { break; } } - else if (typeof message != 'string') { + + if (typeof message != 'string') { message = Zotero.Utilities.varDump(message); }