diff --git a/Event/EventManager.js b/Event/EventManager.js index 7565d7a..6b206b7 100644 --- a/Event/EventManager.js +++ b/Event/EventManager.js @@ -129,6 +129,8 @@ this.reset(group); } } + + return true; }; /** diff --git a/UI/Component/Form.js b/UI/Component/Form.js index 74b807a..4379925 100644 --- a/UI/Component/Form.js +++ b/UI/Component/Form.js @@ -230,8 +230,6 @@ 'Request: ' + JSON.stringify(form.getData()) + '\n' + 'Response: ' + xhr.response ); - - return false; } }); diff --git a/Utils/oLib.js b/Utils/oLib.js index 7682776..cfc8f31 100644 --- a/Utils/oLib.js +++ b/Utils/oLib.js @@ -294,7 +294,7 @@ */ jsOMS.hash = function (str) { - let res = 0, + let res = 0; const len = str.length; for (let i = 0; i < len; i++) {