minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-28 14:15:28 +03:00
parent fc11d94c35
commit 4921d82eb4
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ object.Constructor('PureEvent', Event, {
func = undefined }
object.parentCall(PureEvent.prototype.__init__, this,
name,
function(handle, trigger, args){
function(handle, trigger, ...args){
trigger === module.TRIGGER ?
func && func.call(this, handle, ...args)
: handle(false) }, options) },

View File

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