summaryrefslogtreecommitdiff
path: root/src/consts.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.js')
-rw-r--r--src/consts.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consts.js b/src/consts.js
index 310d6153..cfcdd1c2 100644
--- a/src/consts.js
+++ b/src/consts.js
@@ -6,5 +6,6 @@ define(function() {
KEYSTROKE_WHERE_EDIT_NODE: 'keystroke_where_edit_node',
KEYSTROKE_WHERE_DOCUMENT: 'keystroke_where_document',
KEYSTROKE_WHERE_TEXTANALYSIS: 'keystroke_where_textanalysis',
+ INPUT_WHERE_TEXTANALYSIS: 'input_where_textanalysis',
};
});