summaryrefslogtreecommitdiff
path: root/scripts/consts.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/consts.js')
-rw-r--r--scripts/consts.js7
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',
};
});