提交 a996eecc 编写于 作者: P Phil Hughes

Removed underscorejs from create label class

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册