if (nextCell.length) {
        var nextCellBlock = Node.byId[nextCell.attr(mqBlockId)];
        cellBlock[R] = nextCellBlock;
        nextCellBlock[L] = cellBlock;
      }