forked from mirrors/easyappointments
Remove the initialize method of components from the list of the exposed module methods
This commit is contained in:
parent
f389608aa1
commit
6eef401b5c
4 changed files with 4 additions and 8 deletions
|
@ -120,7 +120,6 @@ App.Components.AppointmentStatusOptions = (function () {
|
|||
|
||||
return {
|
||||
getOptions,
|
||||
setOptions,
|
||||
initialize
|
||||
setOptions
|
||||
};
|
||||
})();
|
||||
|
|
|
@ -540,7 +540,6 @@ App.Components.AppointmentsModal = (function () {
|
|||
document.addEventListener('DOMContentLoaded', initialize);
|
||||
|
||||
return {
|
||||
resetModal,
|
||||
initialize
|
||||
resetModal
|
||||
};
|
||||
})();
|
||||
|
|
|
@ -105,7 +105,6 @@ App.Components.ColorSelection = (function () {
|
|||
disable,
|
||||
enable,
|
||||
getColor,
|
||||
setColor,
|
||||
initialize
|
||||
setColor
|
||||
};
|
||||
})();
|
||||
|
|
|
@ -216,7 +216,6 @@ App.Components.UnavailabilitiesModal = (function () {
|
|||
document.addEventListener('DOMContentLoaded', initialize);
|
||||
|
||||
return {
|
||||
resetModal,
|
||||
initialize
|
||||
resetModal
|
||||
};
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue