davidchubbs
Member since
Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
String.prototype.slice() |
Saying "sourceLength-beginSlice" when beginSlice is negative means "sourceLength-3" is really "sourceLength - -3"; fixed it to be like how String.prototype.substr() explains it. |