From f71140da64dbdaf286e4d29d453147e798864e74 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 26 May 2015 12:13:27 -0400 Subject: [PATCH] Remove Zotero.Item.prototype.addTags Can use addTag() or setTags() Addresses #735 --- chrome/content/zotero/xpcom/data/item.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 78405e73c..2a0ae84ed 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -3327,11 +3327,6 @@ Zotero.Item.prototype.addTag = function (name, type) { } -Zotero.Item.prototype.addTags = function (tags) { - throw new Error("Unimplemented"); -} - - /** * Replace an existing tag with a new manual tag *