From 222ce4d6415c23cb88179f803b483e060d4bd4f5 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 23 Nov 2017 19:02:07 -0800 Subject: [PATCH] removed duplicate property in constants.js --- app/libs/constants.js | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app/libs/constants.js b/app/libs/constants.js index 73ec3dbd..832e0fe0 100644 --- a/app/libs/constants.js +++ b/app/libs/constants.js @@ -48,23 +48,7 @@ var constants = module.exports = { 'Comment', 'Trash' ], - - ratingShapeTypes: [ - 'Heart', - 'Star', - 'thumbs-up', - 'thumbs-down', - 'Circle', - 'Square', - 'Check Circle', - 'Smile Outlined', - 'Hourglass', - 'bell', - 'Paper Plane', - 'Comment', - 'Trash' - ], - + deviceTypes: ['desktop', 'phone', 'tablet', 'other'], languageTypes: ['en', 'fr', 'es', 'it', 'de'],