bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-01 22:31:32 +03:00
parent 5b9e667c6e
commit 82e1327e69
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -114,9 +114,7 @@ object.Constructor('Queue', Array, {
return handle(false) }
this.__state = 'stopped' }),
// events/actions - state transitions...
//
clear: events.Event(function(handler){
clear: events.Event('clear', function(){
this.splice(0, this.length) }),