(anchorToRowBlock, auxiliary)
| 149 | } |
| 150 | |
| 151 | function makeRowBlock(anchorToRowBlock, auxiliary) { |
| 152 | var blockAnchorKeys = Object.keys(anchorToRowBlock); |
| 153 | return blockAnchorKeys.map(function(k) {return extendFlat({}, anchorToRowBlock[k], {auxiliaryBlocks: auxiliary});}); |
| 154 | } |
| 155 | |
| 156 | function makeAnchorToRowBlock(rowHeights, minimumFillHeight) { |
| 157 | var anchorToRowBlock = {}; |
no outgoing calls
no test coverage detected
searching dependent graphs…