Commit a996eecc authored by Phil Hughes's avatar Phil Hughes

Removed underscorejs from create label class

parent 9806db32
......@@ -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/>");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment