From 0c3b0d920f2384c3b7d0d502611016f6badb9a92 Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Fri, 2 Jan 2015 11:36:17 -0800 Subject: [PATCH] fix title in menu --- examples/iiif-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iiif-example.js b/examples/iiif-example.js index 4bf2a6d..a4aa77e 100644 --- a/examples/iiif-example.js +++ b/examples/iiif-example.js @@ -21,7 +21,7 @@ apostle = L.tileLayer.iiif('http://ids.lib.harvard.edu/ids/iiif/25286610/info.js iiifLayers = { 'Martin Luther King Jr. & Joan Baez ...': stanfordMlk, 'The provinces of New York and N...': princetonMap, - 'Apostle: Anonymous sculptor of Florence, 15th century (1401-1500)': apostle + 'Apostle: Anonymous sculptor of Fl...': apostle }; L.control.layers(iiifLayers).addTo(map);