Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit af3eab9

Browse files
committed
naming
1 parent dc96fc9 commit af3eab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/react/event.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ class Event
6969
onMouseDown onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver
7070
onMouseUp onSelect onTouchCancel onTouchEnd onTouchMove onTouchStart onScroll onWheel}
7171

72-
def initialize(native_element)
73-
@native = native_element
72+
def initialize(native_event)
73+
@native = native_event
7474
end
7575
end
7676
end

0 commit comments

Comments
 (0)