mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Corrected the jsdoc
This commit is contained in:
parent
6348b1af56
commit
ad509e8f22
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ window.BackendSettings = window.BackendSettings || {};
|
||||||
/**
|
/**
|
||||||
* Initialize Page
|
* Initialize Page
|
||||||
*
|
*
|
||||||
* @param {bool} bindEventHandlers Optional (true), determines whether to bind the default event handlers.
|
* @param {bool} defaultEventHandlers Optional (true), determines whether to bind the default event handlers.
|
||||||
*/
|
*/
|
||||||
exports.initialize = function (defaultEventHandlers) {
|
exports.initialize = function (defaultEventHandlers) {
|
||||||
defaultEventHandlers = defaultEventHandlers || true;
|
defaultEventHandlers = defaultEventHandlers || true;
|
||||||
|
|
Loading…
Reference in a new issue