Skip to content

Commit

Permalink
Revert "Update the EventPhase Enum"
Browse files Browse the repository at this point in the history
This reverts commit c9aa4ba
  • Loading branch information
larsvanbraam committed Oct 12, 2017
1 parent 1ff9ce8 commit c8a9ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/EventPhase.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* An enum for possible event phases that an event can be in
*/
enum EventPhase {
const enum EventPhase {
/**
* Indicates that the event is currently not being dispatched
*/
Expand Down

0 comments on commit c8a9ea2

Please sign in to comment.