mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
preparing to publish...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
563d9df54f
commit
3f6b709ef5
@ -105,7 +105,7 @@ module.mixin =
|
||||
function(root, ...objects){
|
||||
return objects
|
||||
.reduce(function(res, cur){
|
||||
return mixinFlat(Object.create(res), cur) }, root) }
|
||||
return module.mixinFlat(Object.create(res), cur) }, root) }
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-object",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "",
|
||||
"main": "object.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user