(node, pos)
| 134 | } |
| 135 | |
| 136 | function getPosition(node, pos) { |
| 137 | if (pos in node.style) { |
| 138 | return node.style[pos]; |
| 139 | } |
| 140 | return 0; |
| 141 | } |
| 142 | |
| 143 | // When the user specifically sets a value for width or height |
| 144 | function setDimensionFromStyle(node, axis) { |
no outgoing calls
no test coverage detected
searching dependent graphs…