taggingJS icon indicating copy to clipboard operation
taggingJS copied to clipboard

Calling reset results in infinite loop

Open elexisvenator opened this issue 9 years ago • 0 comments

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

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

elexisvenator avatar Jan 19 '16 03:01 elexisvenator