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:
parent
ad271063a4
commit
af72aa7647
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user