summaryrefslogtreecommitdiff
path: root/src/consts.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-29 22:29:58 +0200
committerAlon Levy <alon@pobox.com>2014-11-29 22:39:03 +0200
commitc8ad3bcd2d0bf7a8b23b2726d756d25536ce1c6a (patch)
treeeedff4e5f3d00639297ce2012e5d761c5d5fafb1 /src/consts.js
parent42eacd877b5564961c2dcc491f5d4b7d62f4e753 (diff)
history: record input field
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',
};
});