haoxinlei пре 7 година
родитељ
комит
bf81cfe208
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -346,7 +346,7 @@ export function getShapesSelector(airspaceInfos, style, currentAirspaceIndex) {
     }
 }
 //获取数组
-export function getShapes(airspaceInfos, setStyle, currentAirspaceIndex) {
+export function getShapes(airspaceInfos, style, currentAirspaceIndex) {
     if (!style)
         style = {};
     currentAirspaceIndex = currentAirspaceIndex ? currentAirspaceIndex : () => -1;