kaizau / Lazy-Load-Images-without-jQuery

Lazy load your images without the overhead of a library. IE7+, FF, Chrome.
http://kaizau.github.com/Lazy-Load-Images-without-jQuery/
95 stars 27 forks source link

Regex for replacement of classes doesn't work in minified js #6

Closed t-i-e closed 10 years ago

t-i-e commented 10 years ago

In the minified version supplied regex "(^|s+)lazy-load(s+|$)" is not correct (missing backslashes).

Un-minified version is not afflicted by this bug.

kaizau commented 10 years ago

Good catch. Fixed.