From abd7ffc97a9f043407e3f2c113a06afe695faffc Mon Sep 17 00:00:00 2001 From: Lotte Hofstede Date: Tue, 30 May 2017 11:55:10 +0200 Subject: [PATCH] removed comment --- src/app/core/shared/item.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/shared/item.model.ts b/src/app/core/shared/item.model.ts index 125f71881f..a3e098eed9 100644 --- a/src/app/core/shared/item.model.ts +++ b/src/app/core/shared/item.model.ts @@ -57,7 +57,7 @@ export class Item extends DSpaceObject { * Retrieves the thumbnail for the given original of this item * @returns {Observable} the primaryBitstream of the "THUMBNAIL" bundle */ - getThumbnailForOriginal(original: Bitstream): Observable { //returns obs of obs of bitstream instead... + getThumbnailForOriginal(original: Bitstream): Observable { const bundle: Observable = this.getBundle("THUMBNAIL"); return bundle .filter(bundle => hasValue(bundle))