Remove duplicate ItemFields.isMultiline method

This commit is contained in:
Dan Stillman 2016-01-08 04:31:28 -05:00
parent eb89b4ed12
commit a8c364d830

View file

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