Skip to content

Indexoutofbounds exception #293

@OsmondGao

Description

@OsmondGao

in line-473,
for (var i = 0, len = QRCodeLimitLength.length; i <= len; i++) {
I don't think i can get QRCodeLimitLength.length, correct maybe like this
for (var i = 0, len = QRCodeLimitLength.length; i < len; i++) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions