diff options
Diffstat (limited to 'src/consts.js')
| -rw-r--r-- | src/consts.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/consts.js b/src/consts.js index 27460033..310d6153 100644 --- a/src/consts.js +++ b/src/consts.js @@ -3,11 +3,8 @@ define(function() { // TODO: enums, sometime return { - APPLIED_GRAPH_DIFF: 'graph_diff', - KEYSTROKES: 'keystrokes', KEYSTROKE_WHERE_EDIT_NODE: 'keystroke_where_edit_node', KEYSTROKE_WHERE_DOCUMENT: 'keystroke_where_document', KEYSTROKE_WHERE_TEXTANALYSIS: 'keystroke_where_textanalysis', - SUGGESTED_NAME_ADD: 'suggested_name_add', }; }); |
