Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Solve ambiguity of delete(int) and delete(Object)

Latest

Choose a tag to compare

@c0pperdragon c0pperdragon released this 02 Apr 09:18
· 1 commit to master since this release

In some cases the wrong or a non-existing delete() method or collections were called. This lead to a crash of the javascript program.