DrewDahlman / Mason

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

IE8 - Date.now() not working #48

Closed kinaz closed 9 years ago

kinaz commented 9 years ago

Line 51 gives error on IE8: start = Date.now();

DrewDahlman commented 9 years ago

This should be fixed on v2.0.3 which was just pushed. There were some debug features that were left in but are no longer needed.