fix typo
This commit is contained in:
parent
2ab8344599
commit
31a9021544
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue