Skip to content

Commit

Permalink
Merge pull request #29 from deini/enum
Browse files Browse the repository at this point in the history
fix: entryOrder First
  • Loading branch information
adierkens authored Jun 12, 2019
2 parents 1adf822 + b4d2c3b commit d8a7b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getUniqueID() {
}

export const enum ENTRY_ORDER {
First,
First = 1,
Last,
NotLast
}
Expand Down

0 comments on commit d8a7b1a

Please sign in to comment.