retinajs icon indicating copy to clipboard operation
retinajs copied to clipboard

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

Open johannesgerer opened this issue 8 years ago • 4 comments
trafficstars

The onload does not work.

function d(t){a(t).

Should be

function d(t){a().

johannesgerer avatar Jan 20 '17 13:01 johannesgerer

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

jonarnold avatar Jan 23 '17 23:01 jonarnold

Would you create a pull request?

kleuter avatar Jan 23 '17 23:01 kleuter

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

johannesgerer avatar Jan 23 '17 23:01 johannesgerer

@kleuter There you go

johannesgerer avatar Feb 03 '17 00:02 johannesgerer