Skip to content

Indexoutofbounds exception #293

Open
@OsmondGao

Description

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++) {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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