You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: