(node, axis)
| 122 | } |
| 123 | |
| 124 | function isDimDefined(node, axis) { |
| 125 | return !isUndefined(node.style[dim[axis]]) && node.style[dim[axis]] >= 0; |
| 126 | } |
| 127 | |
| 128 | function isPosDefined(node, pos) { |
| 129 | return !isUndefined(node.style[pos]); |
no test coverage detected
searching dependent graphs…