mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update std.js
This commit is contained in:
parent
b188eb3a46
commit
69ed71377e
|
@ -37,8 +37,8 @@ if (!Enumerator.prototype.toArray) {
|
|||
for (; !b.atEnd(); b.moveNext()) {
|
||||
var c = b.item();
|
||||
if (typeof c.value !== "unknown") {
|
||||
x[c.name] = c.value;
|
||||
} else {
|
||||
x[c.name] = c.value;
|
||||
} else {
|
||||
var i = 0, d = [];
|
||||
while (true) {
|
||||
try {
|
||||
|
@ -48,7 +48,7 @@ if (!Enumerator.prototype.toArray) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
x[c.name] = d;
|
||||
x[c.name] = d;
|
||||
}
|
||||
}
|
||||
a.push(x);
|
||||
|
|
Loading…
Reference in New Issue
Block a user