(name, interpolate)
| 4746 | } |
| 4747 | |
| 4748 | function styleNull(name, interpolate) { |
| 4749 | var string00, |
| 4750 | string10, |
| 4751 | interpolate0; |
| 4752 | return function() { |
| 4753 | var string0 = styleValue(this, name), |
| 4754 | string1 = (this.style.removeProperty(name), styleValue(this, name)); |
| 4755 | return string0 === string1 ? null |
| 4756 | : string0 === string00 && string1 === string10 ? interpolate0 |
| 4757 | : interpolate0 = interpolate(string00 = string0, string10 = string1); |
| 4758 | }; |
| 4759 | } |
| 4760 | |
| 4761 | function styleRemove(name) { |
| 4762 | return function() { |
no test coverage detected