Fix connector debug script syntax errors from 24709a9c

This commit is contained in:
Adomas Venčkauskas 2016-10-24 12:39:24 +03:00
parent 24709a9c4b
commit 44e48700ef

View file

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