Update customers module comment

This commit is contained in:
Alex Tselegidis 2022-01-07 08:59:03 +01:00
parent 547e681a22
commit 62357dfc36

View file

@ -12,7 +12,7 @@
/** /**
* Customers page module. * Customers page module.
* *
* This class contains the methods that are used in the backend customers page. * This module contains the methods that are used in the customers page.
*/ */
App.Pages.Customers = (function () { App.Pages.Customers = (function () {
const $customers = $('#customers'); const $customers = $('#customers');