Skip to content

The param:align is invalid on method:cell? #3194

Open
@panjp-git

Description

@panjp-git

Source:
modules/cell.js, line 257
param:align is never used.

...
currentCell = new Cell(
arguments[0],
arguments[1],
arguments[2],
arguments[3],
arguments[4],
arguments[5]
);
...

arguments[6] is align, but I can't find the param.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions