(_ref)
| 2164 | } |
| 2165 | |
| 2166 | function getArea(_ref) { |
| 2167 | var width = _ref.width, |
| 2168 | height = _ref.height; |
| 2169 | |
| 2170 | return width * height; |
| 2171 | } |
| 2172 | |
| 2173 | /** |
| 2174 | * Utility used to transform the `auto` placement to the placement with more |
no outgoing calls
no test coverage detected