(targetStyle, hoverStyle, prop)
| 17201 | } |
| 17202 | |
| 17203 | function setDefaultHoverFillStroke(targetStyle, hoverStyle, prop) { |
| 17204 | if (!hasFillOrStroke(hoverStyle[prop]) && hasFillOrStroke(targetStyle[prop])) { |
| 17205 | targetStyle[prop] = liftColor(targetStyle[prop]); |
| 17206 | } |
| 17207 | } |
| 17208 | |
| 17209 | function singleEnterNormal(el) { |
| 17210 | var highlighted = el.__highlighted; |
no test coverage detected