From df8d13df848b0300834b3a05e39ffda99fa6c9f0 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 17 Oct 2008 17:37:33 +0000 Subject: [PATCH] Revert unnecessary change from r3562 --- chrome/content/zotero/xpcom/data/tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/data/tag.js b/chrome/content/zotero/xpcom/data/tag.js index 65e8d19a7..5d92f341e 100644 --- a/chrome/content/zotero/xpcom/data/tag.js +++ b/chrome/content/zotero/xpcom/data/tag.js @@ -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()'); }