Revert unnecessary change from r3562

This commit is contained in:
Dan Stillman 2008-10-17 17:37:33 +00:00
parent 1d0a66c1cf
commit bae6118067

View File

@ -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()');
}