summaryrefslogtreecommitdiff
path: root/src/client/consts.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-13 13:49:31 +0200
committerAlon Levy <alon@pobox.com>2015-01-13 13:49:31 +0200
commitfdcb62d52e046ada021d6caeebaea6f0a2b0a95e (patch)
tree477a123cd0871460807869e25cc4dee6ad329419 /src/client/consts.js
parentede80059779e6c8c71d47c7efe7d1274419f5964 (diff)
client: move NEW_NODE_NAME to consts, use everywhere
Diffstat (limited to 'src/client/consts.js')
-rw-r--r--src/client/consts.js1
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',
};
});