Skip to content

Commit c5ae732

Browse files
nathancahillIvanSanchez
authored andcommitted
correct ResizeEvent event type (Leaflet#4490)
1 parent 3fc3a4d commit c5ae732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map/Map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ L.Map = L.Evented.extend({
359359
}
360360

361361
// @section Map state change events
362-
// @event resize: Event
362+
// @event resize: ResizeEvent
363363
// Fired when the map is resized.
364364
return this.fire('resize', {
365365
oldSize: oldSize,

0 commit comments

Comments
 (0)