Removed underscorejs from create label class
This commit is contained in:
parent
9806db3295
commit
a996eecc37
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
if (typeof label.message === 'string') {
|
||||
errors = label.message;
|
||||
} else {
|
||||
errors = _.map(label.message, function (value, key) {
|
||||
errors = label.message.map(function (value, key) {
|
||||
return key + " " + value[0];
|
||||
}).join("<br/>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue