removed duplicate property in constants.js

This commit is contained in:
David Baldwynn 2017-11-23 19:02:07 -08:00
parent d1c952747f
commit 222ce4d641

View File

@ -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'],