Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions packages/react-native/src/private/webapis/dom/events/Event.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ export interface EventInit {
}

export default class Event {
static readonly NONE: 0;
static readonly CAPTURING_PHASE: 1;
static readonly AT_TARGET: 2;
static readonly BUBBLING_PHASE: 3;

readonly NONE: 0;
readonly CAPTURING_PHASE: 1;
readonly AT_TARGET: 2;
readonly BUBBLING_PHASE: 3;

_bubbles: boolean;
_cancelable: boolean;
_composed: boolean;
Expand Down