Skip to content

j variable outside of nbl scope #5

@MrBad

Description

@MrBad

Small issue on line 18 in https://github.com/berklee/nbl/blob/master/nbl.js
is .... i = j = 0, which makes j available globally (window.j in my case).
I suggest to declare it locally ... i = 0, j = 0,

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