Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Mar 1, 2020
1 parent a782931 commit 9d8535e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/component/helper/MapDraw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ class MapDraw {
mapOrGeoModel: GeoModel | MapSeries,
ecModel: GlobalModel,
api: ExtensionAPI,
fromView: MapView | GeoView
fromView: MapView | GeoView,
payload: Payload
): void {

var isGeo = mapOrGeoModel.mainType === 'geo';
Expand Down

0 comments on commit 9d8535e

Please sign in to comment.