mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 02:20: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 =
|
||||
module.entries =
|
||||
function*(obj, name, props=false){
|
||||
for(var o of sources(obj, name)){
|
||||
for(var obj of sources(obj, name)){
|
||||
yield [
|
||||
obj,
|
||||
props ?
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-object",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"description": "",
|
||||
"main": "object.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user