diff --git a/deps/weex-styler/lib/validator.js b/deps/weex-styler/lib/validator.js index 188f5d8cb32685bae7644f57c34a223ccb493274..707a9687e6a6e0f103ee97c1af24e0c946f5b4ec 100644 --- a/deps/weex-styler/lib/validator.js +++ b/deps/weex-styler/lib/validator.js @@ -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).' } } }