From af72aa76478dc5644f83a3fbb07c7ba7e04a081f Mon Sep 17 00:00:00 2001 From: Reinier Battenberg Date: Thu, 19 Jan 2017 16:55:43 +0100 Subject: [PATCH] IE8: Remove trailing comma in L.Layer options (#5270) The trailing column in the Layer default Options Object definition crashes IE8. --- src/layer/Layer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layer/Layer.js b/src/layer/Layer.js index 736462f8..9182f229 100644 --- a/src/layer/Layer.js +++ b/src/layer/Layer.js @@ -35,7 +35,7 @@ L.Layer = L.Evented.extend({ // @option attribution: String = null // String to be shown in the attribution control, describes the layer data, e.g. "© Mapbox". - attribution: null, + attribution: null }, /* @section