Fix connector debug script syntax errors from 24709a9c
This commit is contained in:
parent
24709a9c4b
commit
44e48700ef
|
@ -278,7 +278,7 @@ Zotero.Connector_Debug = new function() {
|
||||||
*/
|
*/
|
||||||
this.get = function(callback) {
|
this.get = function(callback) {
|
||||||
Zotero.Debug.get().then(callback);
|
Zotero.Debug.get().then(callback);
|
||||||
});
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Call a callback with the number of lines of output
|
* 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');
|
var reportID = reported[0].getAttribute('reportID');
|
||||||
callback(true, reportID);
|
callback(true, reportID);
|
||||||
});
|
});
|
||||||
});
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user