gr-change-actions: Keep ChangeActions alphabetically sorted

Change-Id: I07beb482d78e804be24a6562866aad634e7b83aa
This commit is contained in:
David Ostrovsky
2018-01-25 07:53:59 +01:00
parent 80ba7fa8c7
commit 41cc10c4b0

View File

@@ -50,9 +50,9 @@
// TODO(davido): Add the rest of the change actions.
const ChangeActions = {
ABANDON: 'abandon',
DONE_EDIT: 'doneEdit',
DELETE: '/',
DELETE_EDIT: 'deleteEdit',
DONE_EDIT: 'doneEdit',
EDIT: 'edit',
IGNORE: 'ignore',
MOVE: 'move',