Skip to content

Commit

Permalink
fix(SebmGoogleMapCircle): circleDblClick output
Browse files Browse the repository at this point in the history
Closes #582
  • Loading branch information
doyeonOh authored and sebholstein committed Aug 19, 2016
1 parent a86149a commit 6224dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/directives/google-map-circle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {CircleManager} from '../services/managers/circle-manager';
'visible', 'zIndex'
],
outputs: [
'centerChange', 'circleClick', 'circleDblclick', 'drag', 'dragEnd', 'dragStart', 'mouseDown',
'centerChange', 'circleClick', 'circleDblClick', 'drag', 'dragEnd', 'dragStart', 'mouseDown',
'mouseMove', 'mouseOut', 'mouseOver', 'mouseUp', 'radiusChange', 'rightClick'
]
})
Expand Down

0 comments on commit 6224dc3

Please sign in to comment.