Fix connector debug script syntax errors from 24709a9c
This commit is contained in:
parent
24709a9c4b
commit
44e48700ef
1 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ Zotero.Connector_Debug = new function() {
|
|||
*/
|
||||
this.get = function(callback) {
|
||||
Zotero.Debug.get().then(callback);
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Call a callback with the number of lines of output
|
||||
|
@ -316,5 +316,5 @@ Zotero.Connector_Debug = new function() {
|
|||
var reportID = reported[0].getAttribute('reportID');
|
||||
callback(true, reportID);
|
||||
});
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue