Revert unnecessary change from r3562
This commit is contained in:
parent
9373e19aa8
commit
df8d13df84
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ Zotero.Tag.prototype.save = function () {
|
|||
this.type = 0;
|
||||
}
|
||||
|
||||
if (this.type !== 0 && this.type != 1) {
|
||||
if (this.type != 0 && this.type != 1) {
|
||||
throw ('Invalid tag type ' + this.type + ' in Zotero.Tag.save()');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue