diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-13 13:49:31 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-13 13:49:31 +0200 |
| commit | fdcb62d52e046ada021d6caeebaea6f0a2b0a95e (patch) | |
| tree | 477a123cd0871460807869e25cc4dee6ad329419 /src/client/consts.js | |
| parent | ede80059779e6c8c71d47c7efe7d1274419f5964 (diff) | |
client: move NEW_NODE_NAME to consts, use everywhere
Diffstat (limited to 'src/client/consts.js')
| -rw-r--r-- | src/client/consts.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/consts.js b/src/client/consts.js index 32167811..4a66b811 100644 --- a/src/client/consts.js +++ b/src/client/consts.js @@ -21,5 +21,6 @@ define(function() { INPUT_WHERE_TEXTANALYSIS: 'input_where_textanalysis', nodetypes: nodetypes, description: description, + NEW_NODE_NAME: 'new node', }; }); |
