scottjehl / Respond

A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)
MIT License
11.33k stars 3.36k forks source link

Should there be a return after //gi, in respond.min.js? #375

Open rosenvinge opened 6 years ago

rosenvinge commented 6 years ago

Comparing respond.min.js with respond.js, I see that in respond.js there is a return after //gi, (limiting the inactive part of the script to just 3 characters), whereas in the minified version there is no return. The result is that the minified script appears to be inactive from //gi, to the end of the script. Can the minified version be correct? I realize that a lot of smart people have used and presumably looked at the minified version. What am I missing?