mirror of
https://github.com/flynx/types.js.git
synced 2025-10-28 10:00:08 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fc11d94c35
commit
4921d82eb4
2
event.js
2
event.js
@ -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) },
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user