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 0c2af53b..9c833b9a 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',
+ SUGGESTED_NAME_ADD: 'suggested_name_add',
};
});