This commit is contained in:
Simon Kornblith 2011-03-28 13:57:45 +00:00
parent 2ab8344599
commit 31a9021544

View file

@ -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;