www

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

commit a8c364d830588d28289d8411a2c8bf48ab3cb766
parent eb89b4ed129d3475d61e24d0f808ddde2d7419e9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  8 Jan 2016 04:31:28 -0500

Remove duplicate ItemFields.isMultiline method

Diffstat:
Mchrome/content/zotero/xpcom/data/itemFields.js | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git 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');