From fdcb62d52e046ada021d6caeebaea6f0a2b0a95e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 13 Jan 2015 13:49:31 +0200 Subject: client: move NEW_NODE_NAME to consts, use everywhere --- src/client/consts.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/consts.js') 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', }; }); -- cgit v1.3.1