ig-types 6.20.3 → 6.20.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/event.js +1 -1
  2. package/package.json +1 -1
package/event.js CHANGED
@@ -290,7 +290,7 @@ object.Constructor('PureEvent', Event, {
290
290
  func = undefined }
291
291
  object.parentCall(PureEvent.prototype.__init__, this,
292
292
  name,
293
- function(handle, trigger, args){
293
+ function(handle, trigger, ...args){
294
294
  trigger === module.TRIGGER ?
295
295
  func && func.call(this, handle, ...args)
296
296
  : handle(false) }, options) },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ig-types",
3
- "version": "6.20.3",
3
+ "version": "6.20.4",
4
4
  "description": "Generic JavaScript types and type extensions...",
5
5
  "main": "main.js",
6
6
  "scripts": {