minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-02 17:43:31 +03:00
parent 8f2c47c4e6
commit 24e16637a9
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ object.Constructor('Eventfull', {
handlers
.reduce(function(res, handler){
return res === true
&& handler(that.name, ...a) !== false }, true)
&& handler.call(context, that.name, ...a) !== false }, true)
: undefined }
// call...

View File

@ -1,6 +1,6 @@
{
"name": "ig-types",
"version": "5.0.31",
"version": "5.0.32",
"description": "Generic JavaScript types and type extensions...",
"main": "main.js",
"scripts": {