cdglabs / apparatus

A hybrid graphics editor and programming environment for creating interactive diagrams.

Home Page:http://aprt.us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty spreads cause errors

joshuahhh opened this issue · 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.