diff options
| author | GeoSot <[email protected]> | 2023-03-22 09:12:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-22 09:12:33 +0200 |
| commit | ab049cd4a02650ca95d490217f93bd628f9295a6 (patch) | |
| tree | 75bbd8e8b25ae66149e128c52391e6c624e38120 /js/src/dom | |
| parent | c2671ecc2dc3baa904d79bb0b3da31be2f3ab85b (diff) | |
| download | bootstrap-ab049cd4a02650ca95d490217f93bd628f9295a6.tar.xz bootstrap-ab049cd4a02650ca95d490217f93bd628f9295a6.zip | |
Remove version comment from JavaScript src files (#38294)
Diffstat (limited to 'js/src/dom')
| -rw-r--r-- | js/src/dom/data.js | 2 | ||||
| -rw-r--r-- | js/src/dom/event-handler.js | 2 | ||||
| -rw-r--r-- | js/src/dom/manipulator.js | 2 | ||||
| -rw-r--r-- | js/src/dom/selector-engine.js | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/js/src/dom/data.js b/js/src/dom/data.js index d60d0feda..407f67e39 100644 --- a/js/src/dom/data.js +++ b/js/src/dom/data.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): dom/data.js + * Bootstrap dom/data.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/event-handler.js b/js/src/dom/event-handler.js index 23c44447a..0fb3b35eb 100644 --- a/js/src/dom/event-handler.js +++ b/js/src/dom/event-handler.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): dom/event-handler.js + * Bootstrap dom/event-handler.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/manipulator.js b/js/src/dom/manipulator.js index 6bc5d197c..dd86a9ffb 100644 --- a/js/src/dom/manipulator.js +++ b/js/src/dom/manipulator.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): dom/manipulator.js + * Bootstrap dom/manipulator.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/selector-engine.js b/js/src/dom/selector-engine.js index 49b8f38d6..3cecf6f40 100644 --- a/js/src/dom/selector-engine.js +++ b/js/src/dom/selector-engine.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): dom/selector-engine.js + * Bootstrap dom/selector-engine.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ |
