From 2746c5d10ca67fdfd31ead979d0ccd3ee03ebed6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 7 Mar 2015 08:39:18 +0200 Subject: client: move nodetypes from consts to model/types --- src/client/consts.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client/consts.js') 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', }; -- cgit v1.3.1