(name)
| 4759 | } |
| 4760 | |
| 4761 | function styleRemove(name) { |
| 4762 | return function() { |
| 4763 | this.style.removeProperty(name); |
| 4764 | }; |
| 4765 | } |
| 4766 | |
| 4767 | function styleConstant(name, interpolate, value1) { |
| 4768 | var string00, |
no outgoing calls
no test coverage detected