()
| 15151 | } |
| 15152 | |
| 15153 | function linear() { |
| 15154 | var scale = continuous(); |
| 15155 | |
| 15156 | scale.copy = function() { |
| 15157 | return copy$1(scale, linear()); |
| 15158 | }; |
| 15159 | |
| 15160 | initRange.apply(scale, arguments); |
| 15161 | |
| 15162 | return linearish(scale); |
| 15163 | } |
| 15164 | |
| 15165 | function identity$2(domain) { |
| 15166 | var unknown; |
nothing calls this directly
no test coverage detected