www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit df8d13df848b0300834b3a05e39ffda99fa6c9f0
parent 9373e19aa89da488bee595c0ae72998e122e837d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 17 Oct 2008 17:37:33 +0000

Revert unnecessary change from r3562


Diffstat:
Mchrome/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 @@ -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()'); }