mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Removed unused variable.
This commit is contained in:
@@ -42,7 +42,6 @@ export class MiradorViewerComponent implements OnInit {
|
|||||||
* or multi-page thumbnail navigation.
|
* or multi-page thumbnail navigation.
|
||||||
*/
|
*/
|
||||||
setURL() {
|
setURL() {
|
||||||
const width = window.innerWidth;
|
|
||||||
// The path to the REST manifest endpoint.
|
// The path to the REST manifest endpoint.
|
||||||
const manifestApiEndpoint = encodeURIComponent(environment.rest.baseUrl + '/api/iiif/'
|
const manifestApiEndpoint = encodeURIComponent(environment.rest.baseUrl + '/api/iiif/'
|
||||||
+ this.item.id + '/manifest');
|
+ this.item.id + '/manifest');
|
||||||
|
Reference in New Issue
Block a user