From c28934cb1871d6b6bd6a866660493a1137de17c6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 16 Jun 2020 21:41:47 +0300 Subject: Rename "master" to "main". (#31050) --- js/index.esm.js | 2 +- js/index.umd.js | 2 +- js/src/alert.js | 2 +- js/src/button.js | 2 +- js/src/carousel.js | 2 +- js/src/collapse.js | 2 +- js/src/dom/data.js | 2 +- js/src/dom/event-handler.js | 2 +- js/src/dom/manipulator.js | 2 +- js/src/dom/polyfill.js | 2 +- js/src/dom/selector-engine.js | 2 +- js/src/dropdown.js | 2 +- js/src/modal.js | 2 +- js/src/popover.js | 2 +- js/src/scrollspy.js | 2 +- js/src/tab.js | 2 +- js/src/toast.js | 2 +- js/src/tooltip.js | 2 +- js/src/util/index.js | 2 +- js/src/util/sanitizer.js | 2 +- js/tests/README.md | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'js') diff --git a/js/index.esm.js b/js/index.esm.js index d7ddb67f5a..068117b9ec 100644 --- a/js/index.esm.js +++ b/js/index.esm.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): index.esm.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/index.umd.js b/js/index.umd.js index ba8991d60c..ca3510ea27 100644 --- a/js/index.umd.js +++ b/js/index.umd.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): index.umd.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/alert.js b/js/src/alert.js index c271fdf191..95eec5331f 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): alert.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/button.js b/js/src/button.js index fd29e5218b..23c1a0db68 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): button.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/carousel.js b/js/src/carousel.js index 2d0a5930b8..58382f6e25 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): carousel.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/collapse.js b/js/src/collapse.js index ec75a81960..639369b017 100644 --- a/js/src/collapse.js +++ b/js/src/collapse.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): collapse.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/data.js b/js/src/dom/data.js index 867bac7b6f..06f4102b00 100644 --- a/js/src/dom/data.js +++ b/js/src/dom/data.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): dom/data.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * 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 c5cb9cad08..82262fa5a8 100644 --- a/js/src/dom/event-handler.js +++ b/js/src/dom/event-handler.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): dom/event-handler.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * 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 87be3b15e7..471913e0e6 100644 --- a/js/src/dom/manipulator.js +++ b/js/src/dom/manipulator.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): dom/manipulator.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dom/polyfill.js b/js/src/dom/polyfill.js index ce397c2c34..c239842ee6 100644 --- a/js/src/dom/polyfill.js +++ b/js/src/dom/polyfill.js @@ -3,7 +3,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): dom/polyfill.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * 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 876d8393f5..4a508b97a6 100644 --- a/js/src/dom/selector-engine.js +++ b/js/src/dom/selector-engine.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): dom/selector-engine.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 78e1a2eef3..9653e32fa0 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): dropdown.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/modal.js b/js/src/modal.js index f5b5721f47..0d15041bd7 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): modal.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/popover.js b/js/src/popover.js index 61ce5b267e..e17704d45d 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): popover.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index 8e414e91bc..90e03b0007 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): scrollspy.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/tab.js b/js/src/tab.js index c7bb9c22df..1c1f5d28d0 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): tab.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/toast.js b/js/src/toast.js index a55131531b..4d63e14b52 100644 --- a/js/src/toast.js +++ b/js/src/toast.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): toast.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 68992fe771..e0a5952991 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): tooltip.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/index.js b/js/src/util/index.js index f92c7eb5d7..59efa6655d 100644 --- a/js/src/util/index.js +++ b/js/src/util/index.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): util/index.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/src/util/sanitizer.js b/js/src/util/sanitizer.js index 35f6db9ec8..e1ec36a400 100644 --- a/js/src/util/sanitizer.js +++ b/js/src/util/sanitizer.js @@ -1,7 +1,7 @@ /** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-alpha1): util/sanitizer.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/js/tests/README.md b/js/tests/README.md index e3ddde78c7..f614499b49 100644 --- a/js/tests/README.md +++ b/js/tests/README.md @@ -22,7 +22,7 @@ To run the unit test suite via [Karma](https://karma-runner.github.io/) and debu - Each test should be in the corresponding `describe`. - Each test should test only one unit per test, although one test can include several assertions. Create multiple tests for multiple units of functionality. - Each test should use [`expect`](https://jasmine.github.io/api/edge/matchers.html) to ensure something is expected. -- Each test should follow the project's [JavaScript Code Guidelines](https://github.com/twbs/bootstrap/blob/master/.github/CONTRIBUTING.md#js) +- Each test should follow the project's [JavaScript Code Guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md#js) ## Code coverage -- cgit v1.2.3