summaryrefslogtreecommitdiff
path: root/src/client/consts.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/consts.js')
-rw-r--r--src/client/consts.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/consts.js b/src/client/consts.js
index 4a66b811..670b92b7 100644
--- a/src/client/consts.js
+++ b/src/client/consts.js
@@ -2,8 +2,6 @@
define(function() {
- var nodetypes = ["person", "club", "skill", "interest", "third-internship-proposal", "internship"];
-
var description = {
person: 'A person in CRI - student or teacher',
club: 'A shared club or project within the CRI',
@@ -19,7 +17,6 @@ define(function() {
KEYSTROKE_WHERE_DOCUMENT: 'keystroke_where_document',
KEYSTROKE_WHERE_TEXTANALYSIS: 'keystroke_where_textanalysis',
INPUT_WHERE_TEXTANALYSIS: 'input_where_textanalysis',
- nodetypes: nodetypes,
description: description,
NEW_NODE_NAME: 'new node',
};