commit 31a9021544761be10ed81f5e4bb3f9f51d1752ed parent 2ab83445991e5929810b7f0f5a449daeab6aa99d Author: Simon Kornblith <simon@simonster.com> Date: Mon, 28 Mar 2011 13:57:45 +0000 fix typo Diffstat:
| M | chrome/content/zotero/xpcom/debug.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/debug.js b/chrome/content/zotero/xpcom/debug.js @@ -26,7 +26,7 @@ Zotero.Debug = new function () { this.__defineGetter__('storing', function () _store); - this.__defineGetter__('enabled', function () _console || store); + this.__defineGetter__('enabled', function () _console || _store); var _console; var _store;