scottjehl/Respond

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

Opened this issue · 0 comments

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?