diff options
Diffstat (limited to 'src/consts.js')
| -rw-r--r-- | src/consts.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/consts.js b/src/consts.js new file mode 100644 index 00000000..0c2af53b --- /dev/null +++ b/src/consts.js @@ -0,0 +1,10 @@ +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', + }; +}); |
