From 018a7e27532ecaa4e51c5b114d1da61d08f7587d Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Tue, 2 Jul 2019 13:50:29 +0200 Subject: [PATCH] Remove superfluous comma --- test/spec/ol/format/iiif.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/format/iiif.test.js b/test/spec/ol/format/iiif.test.js index cbd9d08517..33027bd3ba 100644 --- a/test/spec/ol/format/iiif.test.js +++ b/test/spec/ol/format/iiif.test.js @@ -368,7 +368,7 @@ describe('ol.format.IIIFInfo', function() { '@id': 'http://iiif.test/version3/id', width: 2000, height: 1500, - profile: 'level1', + profile: 'level1' }); options = iiifInfo.getTileSourceOptions({ quality: 'bitonal',