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 {
|
return {
|
||||||
getOptions,
|
getOptions,
|
||||||
setOptions,
|
setOptions
|
||||||
initialize
|
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -540,7 +540,6 @@ App.Components.AppointmentsModal = (function () {
|
||||||
document.addEventListener('DOMContentLoaded', initialize);
|
document.addEventListener('DOMContentLoaded', initialize);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
resetModal,
|
resetModal
|
||||||
initialize
|
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -105,7 +105,6 @@ App.Components.ColorSelection = (function () {
|
||||||
disable,
|
disable,
|
||||||
enable,
|
enable,
|
||||||
getColor,
|
getColor,
|
||||||
setColor,
|
setColor
|
||||||
initialize
|
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -216,7 +216,6 @@ App.Components.UnavailabilitiesModal = (function () {
|
||||||
document.addEventListener('DOMContentLoaded', initialize);
|
document.addEventListener('DOMContentLoaded', initialize);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
resetModal,
|
resetModal
|
||||||
initialize
|
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue