Fixed bug in LinkedList#remove that could cause first to point to a dead node

This commit is contained in:
Richard Davey 2013-10-01 11:28:57 +01:00
parent 3740ea05ee
commit fa15f8015d

View file

@ -70,7 +70,7 @@ Version 1.0.7 (in progress in the dev branch)
* Removed the callbackContext parameter from Group.callAll because it's no longer needed.
* 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.
* Updated build script so it can be run from the command-line and includes UMD wrappers (thanks iaincarsberg)
* Fixed bug in LinkedList#remove that could cause first to point to a dead node (thanks onedayitwillmake)
* TODO: addMarker hh:mm:ss:ms