mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1cc3889632
commit
5b9e667c6e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-types",
|
||||
"version": "5.0.25",
|
||||
"version": "5.0.26",
|
||||
"description": "Generic JavaScript types and type extensions...",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
@ -326,7 +326,7 @@ object.Constructor('Queue', Array, {
|
||||
return res },
|
||||
splice: function(...args){
|
||||
res = object.parentCall(Queue.prototype.splice, this, ...args)
|
||||
var tasks = args.slise(2)
|
||||
var tasks = args.slice(2)
|
||||
tasks.length > 0
|
||||
&& this.trigger('tasksAdded', tasks)
|
||||
return res },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user