metafizzy / outlayer

:construction_worker: the brains & guts of a layout library
163 stars 63 forks source link

Fallback nicely if new Layout({}) #31

Open desandro opened 9 years ago

desandro commented 9 years ago

Should bail nicely if user enters non-element argument for new Layout(). Fixes regression with Packery tests.

should get utils.isElement( queryElement )