(_ref)
| 3642 | } |
| 3643 | |
| 3644 | function getArea(_ref) { |
| 3645 | var width = _ref.width, |
| 3646 | height = _ref.height; |
| 3647 | return width * height; |
| 3648 | } |
| 3649 | /** |
| 3650 | * Utility used to transform the `auto` placement to the placement with more |
| 3651 | * available space. |
no outgoing calls
no test coverage detected
searching dependent graphs…