diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-25 22:45:31 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-25 22:45:31 +0200 |
| commit | b49e8c4574d9a9a14c9400df094f8b4259e7e715 (patch) | |
| tree | efa2863f8a00465fef7495bb9f411c00e40f715d /src/consts.js | |
| parent | 0a6c8bae104068ea61dcbf041479da4d3989b096 (diff) | |
Fixes #154: set suggested names when loading from JSON
Diffstat (limited to 'src/consts.js')
| -rw-r--r-- | src/consts.js | 1 |
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', }; }); |
