* Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object.
(source)
| 17085 | */ |
| 17086 | |
| 17087 | function getLayoutParams(source) { |
| 17088 | return copyLayoutParams({}, source); |
| 17089 | } |
| 17090 | /** |
| 17091 | * Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object. |
| 17092 | * @param {Object} source |
no test coverage detected
searching dependent graphs…