]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Streamline jQuery comment. (#32016)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 1 Nov 2020 13:49:51 +0000 (15:49 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Nov 2020 13:49:51 +0000 (15:49 +0200)
js/src/alert.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dropdown.js
js/src/modal.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js

index f3b4245afa27f3182df13d27d949bcc1a6e72949..d8c6a47b91fc73d8e49c6c282d2729fbe99e42e8 100644 (file)
@@ -151,7 +151,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DISMISS, Alert.handleDi
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .alert to jQuery only if jQuery is present
+ * add .Alert to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index c520aa117d0e0c03fc970312b70ad93ba42d5f0c..a07c8c05224ffc32ad8685d56626d13aafb55e81 100644 (file)
@@ -101,7 +101,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, event => {
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .button to jQuery only if jQuery is present
+ * add .Button to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index b9bb5043616bfd6213aaaceb0c78d62ef4377e83..00724e66244353c961be89dd2ab6b0e4b528725d 100644 (file)
@@ -616,7 +616,7 @@ EventHandler.on(window, EVENT_LOAD_DATA_API, () => {
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .carousel to jQuery only if jQuery is present
+ * add .Carousel to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index 7788d0025a24d95763e73601d795848d0185c4e3..838855f5fb6c7293a0fcff745a4e07020534be66 100644 (file)
@@ -413,7 +413,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .collapse to jQuery only if jQuery is present
+ * add .Collapse to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index 46311ee8ad94e852f8a07cbe48ca511145aa3bf2..ac79ce04df6a416b2e7114ac60b86228db00ea86 100644 (file)
@@ -517,7 +517,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_FORM_CHILD, e => e.stop
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .dropdown to jQuery only if jQuery is present
+ * add .Dropdown to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index adddb62e28eccf64f76da81de01fe03b064faf68..c4d8cdd88c6a6d91c2a7c5c0dc1cc74b2c98f2f9 100644 (file)
@@ -612,7 +612,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .modal to jQuery only if jQuery is present
+ * add .Modal to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index a4980a19e95e409000389b6c327b55d3aa7bd127..81ba21bef33023fea300b2ba2a533eae3456db08 100644 (file)
@@ -171,6 +171,7 @@ class Popover extends Tooltip {
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
+ * add .Popover to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index a0061b7e1e29d3c7906bdc935a55e977c3a9924a..5043b8ef837157431932a418b4804a81cfc45166 100644 (file)
@@ -322,6 +322,7 @@ EventHandler.on(window, EVENT_LOAD_DATA_API, () => {
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
+ * add .ScrollSpy to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index af0dfc97aa51912b9d57292fbcbc0dc5d70a73fa..969621cf5ea40b049d66cbe3383cf982c21de7e3 100644 (file)
@@ -240,7 +240,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .tab to jQuery only if jQuery is present
+ * add .Tab to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index 308a5d879b561b382af42fa39aa88a248f78e9dd..e38fb7dfca959c8d67c5ea9738dea64bcdf30b4e 100644 (file)
@@ -218,7 +218,7 @@ class Toast {
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- *  add .toast to jQuery only if jQuery is present
+ * add .Toast to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {
index 4d9d3c4a2d846a9f096f2e2e2ce73312f08ae170..7a62739e8fd072a35836cec4e018eca159126902 100644 (file)
@@ -798,7 +798,7 @@ class Tooltip {
  * ------------------------------------------------------------------------
  * jQuery
  * ------------------------------------------------------------------------
- * add .tooltip to jQuery only if jQuery is present
+ * add .Tooltip to jQuery only if jQuery is present
  */
 
 onDOMContentLoaded(() => {