strues / retinajs

JavaScript, SCSS, Sass, Less, and Stylus helpers for rendering high-resolution image variants
http://retinajs.com
MIT License
4.42k stars 610 forks source link

The minified version has a bug: OnLoad event does not process any images #270

Open johannesgerer opened 7 years ago

johannesgerer commented 7 years ago

The onload does not work.

function d(t){a(t).

Should be

function d(t){a().
jonarnold commented 7 years ago

Thanks for this @johannesgerer. I was going mad, and your work-around got it working.

kleuter commented 7 years ago

Would you create a pull request?

johannesgerer commented 7 years ago

Sorry, not in the next few days.

Am 24. Januar 2017 00:39:07 MEZ schrieb Kleuter notifications@github.com:

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

johannesgerer commented 7 years ago

@kleuter There you go