]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add semicolon for our dist files in stamp.js (#23182)
authorJohann-S <johann.servoire@gmail.com>
Mon, 31 Jul 2017 10:07:22 +0000 (12:07 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 31 Jul 2017 10:07:22 +0000 (13:07 +0300)
build/stamp.js

index b76086f1d6a0160a4e4a4cbe9a4d696b8cf306cc..f1868d87952438c4a9454db6e5a751adcd7b1ac3 100644 (file)
@@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') {
 (function () {
 `
   const stampEnd = `
-})()`
+})();`
 
   process.stdout.write(stampTop)