bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-11-19 02:22:47 +03:00
parent 915d67bc07
commit 8e63fe3577
2 changed files with 2 additions and 2 deletions

View File

@ -1187,7 +1187,7 @@ Constructor('Mixin', {
// mixin to target...
__call__: function(_, target, mode=this.mode){
typeof(target) == typeof('str')
&& ([mode, target] = arguments)
&& ([_, mode, target] = arguments)
return mode == 'flat' ?
mixinFlat(target, this.data)
: mixin(target, this.data) },

View File

@ -1,6 +1,6 @@
{
"name": "ig-object",
"version": "5.4.1",
"version": "5.4.2",
"description": "",
"main": "object.js",
"scripts": {