Missing semicolon at the end of bootstrap.js causes issues when bundled with other scripts
Created by: judowalker
I am bundling bootstrap.js
with other scripts and I get a runtime error which I found out is due to a missing semicolon at the end of bootstrap.js
:
https://github.com/twbs/bootstrap/commit/ba312c20a5ceca42117dd53303bafda485d8facd#diff-5492e5c74c97b8b5256879d136b55c88R3631
Only the unminified file is missing the semicolon.