Skip to content

Commit

Permalink
rename typeid_changed event to maptypeid_changed. (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored May 17, 2018
1 parent 759f4d0 commit 6df8377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/ngui-map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const INPUTS = [

const OUTPUTS = [
'bounds_changed', 'center_changed', 'click', 'dblclick', 'drag', 'dragend', 'dragstart', 'heading_changed', 'idle',
'typeid_changed', 'mousemove', 'mouseout', 'mouseover', 'projection_changed', 'resize', 'rightclick',
'maptypeid_changed', 'mousemove', 'mouseout', 'mouseover', 'projection_changed', 'resize', 'rightclick',
'tilesloaded', 'tile_changed', 'zoom_changed',
// to avoid DOM event conflicts
'mapClick', 'mapMouseover', 'mapMouseout', 'mapMousemove', 'mapDrag', 'mapDragend', 'mapDragstart'
Expand Down

0 comments on commit 6df8377

Please sign in to comment.