Closed (fixed)
Project:
Picture
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2014 at 11:09 UTC
Updated:
1 Jan 2015 at 12:04 UTC
Jump to comment: Most recent
Looks like the code in picture.min.js doesn't match the one in picture.js.
Missing part is the new condition whether to use picturefill or not:
('HTMLPictureElement' in window) || window.picturefill($(context));
Minify picture.js and replace picture.min.js.
Reviews needed
None
None
| Comment | File | Size | Author |
|---|---|---|---|
| picture-diff-in-minified-js.patch | 1.23 KB | das-peter |
Comments
Comment #1
jelle_sFixed in latest dev. Thanks for the patch!