cdglabs/apparatus

empty spreads cause errors

joshuahhh opened this issue · 1 comments

If you set an attribute to spread(0,0) (which evaluates to an empty spread), an error occurs:

Uncaught TypeError: Cannot read property 'a' of undefined (Matrix.coffee:26)

Fixed by #31.