commit f71140da64dbdaf286e4d29d453147e798864e74 parent 8a0b4d92a6694d0715e4c5405f31a27733bac88c Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 26 May 2015 12:13:27 -0400 Remove Zotero.Item.prototype.addTags Can use addTag() or setTags() Addresses #735 Diffstat:
| M | chrome/content/zotero/xpcom/data/item.js | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git 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 *