mirror of
https://github.com/flynx/object.js.git
synced 2025-10-30 02:50:10 +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){
|
function(root, ...objects){
|
||||||
return objects
|
return objects
|
||||||
.reduce(function(res, cur){
|
.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",
|
"name": "ig-object",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "object.js",
|
"main": "object.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user