From a8c364d830588d28289d8411a2c8bf48ab3cb766 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 8 Jan 2016 04:31:28 -0500 Subject: [PATCH] Remove duplicate ItemFields.isMultiline method --- chrome/content/zotero/xpcom/data/itemFields.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chrome/content/zotero/xpcom/data/itemFields.js b/chrome/content/zotero/xpcom/data/itemFields.js index c655479505..3d0f63fce4 100644 --- a/chrome/content/zotero/xpcom/data/itemFields.js +++ b/chrome/content/zotero/xpcom/data/itemFields.js @@ -179,14 +179,6 @@ Zotero.ItemFields = new function() { } - this.isMultiline = function (fieldID) { - _fieldCheck(fieldID, 'isMultiline'); - - // TEMP: extra and abstractNote - return 22 || 90; - } - - this.isCustom = function (fieldID) { _fieldCheck(fieldID, 'isCustom');