retinajs
retinajs copied to clipboard
The minified version has a bug: OnLoad event does not process any images
trafficstars
The onload does not work.
function d(t){a(t).
Should be
function d(t){a().
Thanks for this @johannesgerer. I was going mad, and your work-around got it working.
Would you create a pull request?
Sorry, not in the next few days.
Am 24. Januar 2017 00:39:07 MEZ schrieb Kleuter [email protected]:
Would you create a pull request?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/imulus/retinajs/issues/270#issuecomment-274653710
@kleuter There you go