Removed erroneous trailing comma in OLMapWidget.js.

This commit is contained in:
Egor Semiguzov 2014-06-03 12:38:05 +09:00 committed by Tim Graham
parent 593b3c32bd
commit c5226eb72a
1 changed files with 1 additions and 1 deletions

View File

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