metafizzy / outlayer

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

"Bad masonry element: null" #18

Closed binarykitchen closed 10 years ago

binarykitchen commented 10 years ago

The native web console in Firefox version 28 reports the above warning at line outlayer.js:114.

desandro commented 10 years ago

This error occurs when you attempt to init Masonry with an null object. I would check that the object indeed exists. It might be a typo in querySelector().

binarykitchen commented 10 years ago

yeah, right, my bad. all good now :)