You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Version 1.0.7 (in progress in the dev branch)
70
70
* Removed the callbackContext parameter from Group.callAll because it's no longer needed.
71
71
* 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.
72
72
* 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)
0 commit comments