Remove duplicate ItemFields.isMultiline method
This commit is contained in:
parent
eb89b4ed12
commit
a8c364d830
1 changed files with 0 additions and 8 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue