forked from mirrors/easyappointments
Removed the window prefix as the App instance is already defined
This commit is contained in:
parent
c91bf6bf51
commit
7e6aaab45b
9 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue