Skip to content

Calling reset results in infinite loop #44

@elexisvenator

Description

@elexisvenator

From the reset prototype function, off by one error on array index lookup.

            while (this.tags.length ) {
                this.remove( this.tags[ this.tags.length ] );
            }

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