Remove Zotero.Item.prototype.addTags

Can use addTag() or setTags()

Addresses #735
This commit is contained in:
Dan Stillman 2015-05-26 12:13:27 -04:00
parent 8a0b4d92a6
commit f71140da64

View File

@ -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
*