Skip to content

Commit

Permalink
fix: entryOrder First
Browse files Browse the repository at this point in the history
  • Loading branch information
deini committed Jun 12, 2019
1 parent 1adf822 commit b4d2c3b
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 b4d2c3b

Please sign in to comment.