Remove dependency on zoteroIntegration.idl

This commit is contained in:
Adomas Venčkauskas 2017-04-14 12:43:39 +03:00
parent 0de22b132e
commit 49001572fd
2 changed files with 16 additions and 6 deletions

View file

@ -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']) {