mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c363766127
commit
1f23c61fd5
@ -437,7 +437,7 @@ function*(obj, name=undefined){
|
|||||||
var entries =
|
var entries =
|
||||||
module.entries =
|
module.entries =
|
||||||
function*(obj, name, props=false){
|
function*(obj, name, props=false){
|
||||||
for(var o of sources(obj, name)){
|
for(var obj of sources(obj, name)){
|
||||||
yield [
|
yield [
|
||||||
obj,
|
obj,
|
||||||
props ?
|
props ?
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-object",
|
"name": "ig-object",
|
||||||
"version": "6.0.0",
|
"version": "6.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "object.js",
|
"main": "object.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user