mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
style(core): use arrow function
This commit is contained in:
parent
5ff7b4cf90
commit
194c73d5bb
|
@ -47,7 +47,7 @@ function bind() {
|
|||
* Based on Vector
|
||||
*/
|
||||
function bindCloseOnUnload() {
|
||||
addEventListener( 'beforeunload', function () {
|
||||
addEventListener( 'beforeunload', () => {
|
||||
const checkboxes = document.querySelectorAll( CHECKBOX_HACK_CHECKBOX_SELECTOR + ':checked' );
|
||||
|
||||
checkboxes.forEach( ( checkbox ) => {
|
||||
|
|
Loading…
Reference in a new issue