2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Add semicolon for our dist files in stamp.js (#23182)

This commit is contained in:
Johann-S
2017-07-31 12:07:22 +02:00
committed by XhmikosR
parent 3fb818a957
commit 7641da387e
+1 -1
View File
@@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') {
(function () { (function () {
` `
const stampEnd = ` const stampEnd = `
})()` })();`
process.stdout.write(stampTop) process.stdout.write(stampTop)