* Create a new options object with the given color.
(color)
| 4964 | |
| 4965 | |
| 4966 | withColor(color) { |
| 4967 | return this.extend({ |
| 4968 | color: color |
| 4969 | }); |
| 4970 | } |
| 4971 | /** |
| 4972 | * Create a new options object with "phantom" set to true. |
| 4973 | */ |
no test coverage detected