!24 line break

Merge pull request !24 from houhaoyu/master_1229
This commit is contained in:
openharmony_ci 2021-12-29 10:45:56 +00:00 committed by Gitee
commit b78cf55ba9

View File

@ -930,7 +930,8 @@ var TRANSITION_PROPERTY_VALIDATOR = function TRANSITION_PROPERTY_VALIDATOR(v) {
return {
value: null,
reason: function reason(k, v, result) {
return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' + v + '` (only CSS attributes support this value).'
return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' +
v + '` (only CSS attributes support this value).'
}
}
}