diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-08-05 02:43:51 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-08-05 02:44:40 +0200 |
commit | 88dd0c5c926e1c8ec073d24145586ae11d7645e8 (patch) | |
tree | e0430e3858645854ee95ac217083278c307b8462 /data/lib/collectingMetadata.js | |
parent | 8aef88830a0b66fd5ee4bc540b0eed534cad234e (diff) | |
download | bugzilla-triage-88dd0c5c926e1c8ec073d24145586ae11d7645e8.tar.gz |
Remove function does not always return a value bugs
Diffstat (limited to 'data/lib/collectingMetadata.js')
-rw-r--r-- | data/lib/collectingMetadata.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/lib/collectingMetadata.js b/data/lib/collectingMetadata.js index de07089..9dee83c 100644 --- a/data/lib/collectingMetadata.js +++ b/data/lib/collectingMetadata.js @@ -178,6 +178,8 @@ AttachList.prototype.markBadAttachments = function markBadAttachments() { addTextLink(x); }); } + + return true; }; AttachList.prototype.getParsedAttachments = function getParsedAttachments() { |