Merge "gr-change-actions: Keep ChangeActions alphabetically sorted"

This commit is contained in:
David Ostrovsky
2018-01-31 05:48:00 +00:00
committed by Gerrit Code Review

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',