jomo 1c2c7f0956 use splice instead of delete
`delete` replaces the value with undefined and doesn't shrink the array size
`splice` actually removes the value and shrinkgs the array size
2015-01-28 23:35:53 +01:00
..
2015-01-27 15:36:07 -06:00
2015-01-28 23:35:53 +01:00
2015-01-11 18:08:49 +01:00
2015-01-27 15:39:23 -06:00
2015-01-27 16:06:55 -06:00