diff options
| author | Johann-S <[email protected]> | 2017-07-31 12:07:22 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-07-31 13:07:22 +0300 |
| commit | 7641da387ebe56556eed1e2fc4f61af6b83b6bf0 (patch) | |
| tree | 391925ef34438c90472a8a5d66b5f72f69165114 | |
| parent | 3fb818a957d8d8135f033b648c41d0f869719050 (diff) | |
| download | bootstrap-7641da387ebe56556eed1e2fc4f61af6b83b6bf0.tar.xz bootstrap-7641da387ebe56556eed1e2fc4f61af6b83b6bf0.zip | |
Add semicolon for our dist files in stamp.js (#23182)
| -rw-r--r-- | build/stamp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/stamp.js b/build/stamp.js index b76086f1d..f1868d879 100644 --- a/build/stamp.js +++ b/build/stamp.js @@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') { (function () { ` const stampEnd = ` -})()` +})();` process.stdout.write(stampTop) |
