Remove dependency on zoteroIntegration.idl
This commit is contained in:
parent
0de22b132e
commit
49001572fd
2 changed files with 16 additions and 6 deletions
|
@ -120,7 +120,6 @@ describe("Zotero.Integration", function () {
|
|||
* Informs the document processor that the operation is complete
|
||||
*/
|
||||
complete: () => 0,
|
||||
QueryInterface: function() {return this},
|
||||
};
|
||||
|
||||
DocumentPluginDummy.FieldEnumerator = function(doc) {this.doc = doc; this.idx = 0};
|
||||
|
@ -190,7 +189,6 @@ describe("Zotero.Integration", function () {
|
|||
* @returns {Number}
|
||||
*/
|
||||
getNoteIndex: () => 0,
|
||||
QueryInterface: function() {return this},
|
||||
};
|
||||
|
||||
for (let cls of ['Application', 'Document', 'FieldEnumerator', 'Field']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue