DrewDahlman / Mason

Mason.js for creating a perfect grid with jQuery.
http://masonjs.com/
MIT License
1.22k stars 183 forks source link

Bug (with solution): Call back is not triggering when layout is mobile #28

Closed tomeralmog closed 9 years ago

tomeralmog commented 10 years ago

To solve this on line 229 put the: if (callbacks.complete != null) { callbacks.complete(); }

after the next } (outside the for loop) and it works perfectly!

DrewDahlman commented 9 years ago

Fixed in v2