Skip to content

Commit

Permalink
fix(google-maps): remove type from GoogleMapsEvent constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Oct 17, 2017
1 parent abb77e3 commit 4639bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/google-maps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export class VisibleRegion implements ILatLngBounds {
* @hidden
* You can listen to these events where appropriate
*/
export const GoogleMapsEvent: { [eventName: string]: string; } = {
export const GoogleMapsEvent = {
MAP_READY: 'map_ready',
MAP_LOADED: 'map_loaded',
MAP_CLICK: 'map_click',
Expand Down

0 comments on commit 4639bf9

Please sign in to comment.