mirror of
https://github.com/django/django.git
synced 2025-02-04 14:37:19 +00:00
Removed erroneous trailing comma in OLMapWidget.js.
This commit is contained in:
parent
593b3c32bd
commit
c5226eb72a
@ -202,7 +202,7 @@ function MapWidget(options) {
|
||||
var defaults_style = {
|
||||
'fillColor': '#' + this.options.color,
|
||||
'fillOpacity': this.options.opacity,
|
||||
'strokeColor': '#' + this.options.color,
|
||||
'strokeColor': '#' + this.options.color
|
||||
};
|
||||
if (this.options.geom_name == 'LineString') {
|
||||
defaults_style['strokeWidth'] = 3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user