mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Added semis.
This commit is contained in:
@@ -112,7 +112,7 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
|
||||
/**
|
||||
* IIIF image height metadata key
|
||||
*/
|
||||
IMAGE_HEIGHT_METADATA = 'iiif.image.height'
|
||||
IMAGE_HEIGHT_METADATA = 'iiif.image.height';
|
||||
|
||||
/**
|
||||
* IIIF table of contents metadata key
|
||||
@@ -122,7 +122,7 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
|
||||
/**
|
||||
* IIIF label metadata key
|
||||
*/
|
||||
IIIF_LABEL_METADATA = 'iiif.label'
|
||||
IIIF_LABEL_METADATA = 'iiif.label';
|
||||
|
||||
/**
|
||||
* Options for fetching all bitstream formats
|
||||
|
Reference in New Issue
Block a user