Procházet zdrojové kódy

Merge branch 'fix' into 'master'

fix

See merge request BA/amap-shapes-generator!11
wd před 7 roky
rodič
revize
1989d271e6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -280,7 +280,7 @@ function getPolygon(polygonProps, polygonAndMarkerStyle) {
     if (polygonAndMarkerStyle) {
         imageName = polygonAndMarkerStyle.imageName
         lineWidth = polygonAndMarkerStyle.lineWidth
-        strokeCOlor = polygonAndMarkerStyle.strokeColor
+        strokeColor = polygonAndMarkerStyle.strokeColor
         fillColor = polygonAndMarkerStyle.fillColor
     }