Skip to content

Commit ab30326

Browse files
committed
chore: update comments
1 parent 5c268b6 commit ab30326

15 files changed

+15
-15
lines changed

js/src/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI alert.js
3+
* CoreUI button.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This component is a modified version of the Bootstrap's button.js

js/src/dom/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI dom/selector-engine.js
3+
* CoreUI dom/data.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This is a modified version of the Bootstrap's dom/data.js

js/src/dom/event-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI dom/selector-engine.js
3+
* CoreUI dom/event-handler.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This is a modified version of the Bootstrap's dom/event-handler.js

js/src/dom/manipulator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI dom/selector-engine.js
3+
* CoreUI dom/manipulator.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This is a modified version of the Bootstrap's dom/manipulator.js

js/src/offcanvas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI dropdown.js
3+
* CoreUI offcanvas.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This component is a modified version of the Bootstrap's offcanvas.js

js/src/tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class Tab extends BaseComponent {
215215
this._setAttributeIfNotExists(target, 'role', 'tabpanel')
216216

217217
if (child.id) {
218-
this._setAttributeIfNotExists(target, 'aria-labelledby', `#${child.id}`)
218+
this._setAttributeIfNotExists(target, 'aria-labelledby', `${child.id}`)
219219
}
220220
}
221221

js/src/util/backdrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI tab.js
3+
* CoreUI util/backdrop.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This is a modified version of the Bootstrap's util/backdrop.js

js/src/util/component-functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI tab.js
3+
* CoreUI util/component-functions.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This is a modified version of the Bootstrap's util/component-functions.js

js/src/util/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI tab.js
3+
* CoreUI util/config.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This is a modified version of the Bootstrap's util/config.js

js/src/util/focustrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI tab.js
3+
* CoreUI util/focustrap.js
44
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
55
*
66
* This is a modified version of the Bootstrap's util/focustrap.js

0 commit comments

Comments
 (0)