diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-26 23:37:31 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-26 23:37:31 +0200 |
| commit | 269b643f4aad442302fe4ba17627726fb732af0c (patch) | |
| tree | 7a3443b6b99b00733fb7dcba9e020a760f9d3726 /scripts/consts.js | |
| parent | b3f96efb33d7fc99500147d336ead1536b6b24e9 (diff) | |
history switch to events; using a single GRAPH_DIFF action. todo - replay; zoom in/out; clicks on nodes/edges
Diffstat (limited to 'scripts/consts.js')
| -rw-r--r-- | scripts/consts.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/consts.js b/scripts/consts.js index 927a30d3..d1e3dca4 100644 --- a/scripts/consts.js +++ b/scripts/consts.js @@ -1,5 +1,10 @@ define('consts', function() { + // TODO: enums, sometime return { - RECORD_LINKS: 'record_links', + 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', }; }); |
