I've got some code that is using include() but it's kicking our arrays that look like this:
[[4, 3], [4, 4], [3, 1], [3, 2], [3, 2], [2, 0], [2, 1], [2, 1], [2, 1]] When I'd expect [[4, 3], [4, 4], [3, 1], [3, 2], [2, 0], [2, 1]] Any idea why? Here's the code: http://paste.mootools.net/m29973258
