mirror of
https://gitee.com/openharmony/third_party_weex-loader
synced 2025-02-17 05:27:31 +00:00
commit
b78cf55ba9
3
deps/weex-styler/lib/validator.js
vendored
3
deps/weex-styler/lib/validator.js
vendored
@ -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).'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user