Apply review suggestion by @raccube
Co-authored-by: Dominik M. Kwiatek <6197148+raccube@users.noreply.github.com>
This commit is contained in:
parent
9f39661cdd
commit
9d9216d726
|
@ -2,7 +2,7 @@ import 'bootstrap';
|
|||
import $ from 'jquery';
|
||||
|
||||
/**
|
||||
* This module sets up Bootstraps JavaScript
|
||||
* This module sets up Bootstrap's JavaScript
|
||||
*
|
||||
* Inside of the exported function below, initialize Bootstrap
|
||||
* modules that require explicit initilization, like tooltips
|
||||
|
@ -12,4 +12,4 @@ export default function (): void {
|
|||
$('[data-toggle="tooltip"]').tooltip();
|
||||
$('.dropdown-toggle').dropdown();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue