Problem/Motivation
The current picturefill library breaks with the latest canary build (>=37 source https://twitter.com/respimg/status/471347330411945984) that is supposed to have picture element support. This due the fact that the current picturefill library doesn't define window.picturefill if picture element support is detected - which leads to errors about window.picturefill being undefined.
Proposed resolution
Update the library to the latest beta that fixes this issue.
Remaining tasks
Reviews needed.
User interface changes
None.
API changes
None(?) :D
| Comment | File | Size | Author |
|---|---|---|---|
| picture-update-to-picturefill-beta2.patch | 15.9 KB | das-peter |
Comments
Comment #2
jelle_sIn the meantime the stable version of Picturefill 2.1.0 has been released so I used that one. Thanks for the patch and the heads-up!