Skip to content

Commit fa15f80

Browse files
committed
Fixed bug in LinkedList#remove that could cause first to point to a dead node
1 parent 3740ea0 commit fa15f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Version 1.0.7 (in progress in the dev branch)
7070
* Removed the callbackContext parameter from Group.callAll because it's no longer needed.
7171
* Updated Group.forEach, forEachAlive and forEachDead so you can now pass as many parameters as you want, which will all be given to the callback after the child.
7272
* Updated build script so it can be run from the command-line and includes UMD wrappers (thanks iaincarsberg)
73-
73+
* Fixed bug in LinkedList#remove that could cause first to point to a dead node (thanks onedayitwillmake)
7474

7575

7676
* TODO: addMarker hh:mm:ss:ms

0 commit comments

Comments
 (0)