Closed korotin closed 10 years ago
Hi, Ryan!
With my patch user can add custom attributes for resource tags by using objects instead of strings.
// This code will produce link or style tag with media="print": LazyLoad.css(['foo.js', 'bar.js', {url: 'baz.js', media: 'print'}]);
I'm not interested in this change, but please feel free to maintain it in your fork. Thanks!
Hi, Ryan!
With my patch user can add custom attributes for resource tags by using objects instead of strings.