imsky / holder

:city_sunrise: Client-side image placeholders.
http://holderjs.com
MIT License
5.84k stars 592 forks source link

Fixed IE8 compatibility issue. #189

Closed tonymke closed 8 years ago

tonymke commented 8 years ago

I'll be that guy.

IE<9 doesn't allow accessing attributes named after reserved words with dot notation.

Fixed, works fine once shims for some other ~weird IE behavior~ are loaded.

imsky commented 8 years ago

nice, thanks. will merge after figuring out CI issue