(value)
| 4852 | } |
| 4853 | |
| 4854 | function textFunction(value) { |
| 4855 | return function() { |
| 4856 | var value1 = value(this); |
| 4857 | this.textContent = value1 == null ? "" : value1; |
| 4858 | }; |
| 4859 | } |
| 4860 | |
| 4861 | function transition_text(value) { |
| 4862 | return this.tween("text", typeof value === "function" |