mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
8f2c47c4e6
commit
24e16637a9
2
event.js
2
event.js
@ -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...
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user