Skip to content

Commit

Permalink
Fixed hideInfoWindow compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
dapriett committed May 31, 2017
1 parent 636fb38 commit 366f66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map-view.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export class Marker extends MarkerBase {
}

hideInfoWindow(): void {
this._ios.map.selectedMarker = nil;
this._ios.map.selectedMarker = null;
}

get icon() {
Expand Down

0 comments on commit 366f66a

Please sign in to comment.