taggingJS
taggingJS copied to clipboard
Calling reset results in infinite loop
From the reset prototype function, off by one error on array index lookup.
while (this.tags.length ) {
this.remove( this.tags[ this.tags.length ] );
}