From 269b643f4aad442302fe4ba17627726fb732af0c Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 26 Oct 2014 23:37:31 +0200 Subject: history switch to events; using a single GRAPH_DIFF action. todo - replay; zoom in/out; clicks on nodes/edges --- scripts/consts.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts/consts.js') 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', }; }); -- cgit v1.3.1