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