Removed the window prefix as the App instance is already defined

This commit is contained in:
Alex Tselegidis 2021-12-18 18:26:02 +01:00
parent c91bf6bf51
commit 7e6aaab45b
9 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Admins = (function () { App.Http.Admins = (function () {
/** /**
* Create an admin. * Create an admin.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Appointments = (function () { App.Http.Appointments = (function () {
/** /**
* Create an appointment. * Create an appointment.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Categories = (function () { App.Http.Categories = (function () {
/** /**
* Create an category. * Create an category.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Customers = (function () { App.Http.Customers = (function () {
/** /**
* Create an customer. * Create an customer.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Providers = (function () { App.Http.Providers = (function () {
/** /**
* Create an provider. * Create an provider.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Secretaries = (function () { App.Http.Secretaries = (function () {
/** /**
* Create an secretary. * Create an secretary.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Services = (function () { App.Http.Services = (function () {
/** /**
* Create an service. * Create an service.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Settings = (function () { App.Http.Settings = (function () {
/** /**
* Create an setting. * Create an setting.
* *

View file

@ -9,7 +9,7 @@
* @since v1.5.0 * @since v1.5.0
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
window.App.Http.Unavailabilities = (function () { App.Http.Unavailabilities = (function () {
/** /**
* Create an unavailability. * Create an unavailability.
* *