IE8: Remove trailing comma in L.Layer options (#5270)

The trailing column in the Layer default Options Object definition crashes IE8.
This commit is contained in:
Reinier Battenberg 2017-01-19 16:55:43 +01:00 committed by Iván Sánchez Ortega
parent ad271063a4
commit af72aa7647

View File

@ -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