Corrected the jsdoc

This commit is contained in:
Alex Tselegidis 2020-08-15 16:27:20 +03:00
parent 6348b1af56
commit ad509e8f22

View file

@ -44,7 +44,7 @@ window.BackendSettings = window.BackendSettings || {};
/**
* 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) {
defaultEventHandlers = defaultEventHandlers || true;