Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Nov 7, 2024
1 parent 1902df7 commit e156042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions js/src/bootstrap5/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import $ from 'jquery';
export class DatepickerWidget extends Datepicker {

/**
* Initializes each widget in the given DOM context.
*
* @param {HTMLElement} context - DOM context for initialization.
*/
static initialize(context) {
Expand Down
5 changes: 2 additions & 3 deletions js/src/bootstrap5/timepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ export class TimepickerButton {
}
}

/**
* Manages a collection of TimepickerButton instances.
*/
export class TimepickerButtonContainer {

/**
Expand Down Expand Up @@ -314,6 +311,8 @@ export class TimepickerMinutes extends TimepickerButtonContainer {
export class TimepickerWidget {

/**
* Initializes each widget in the given DOM context.
*
* @param {jQuery} context - DOM context for initialization.
*/
static initialize(context) {
Expand Down

0 comments on commit e156042

Please sign in to comment.