summaryrefslogtreecommitdiff
path: root/src/client/consts.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-07 08:39:18 +0200
committerAlon Levy <alon@pobox.com>2015-03-07 15:02:42 +0200
commit2746c5d10ca67fdfd31ead979d0ccd3ee03ebed6 (patch)
tree4044b1091d95b6d294ee5741ec6ecaf10993f4bc /src/client/consts.js
parent0e51a475db95fe410ca43c03710b75ab389bd6d5 (diff)
client: move nodetypes from consts to model/types
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',
};