mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-11 19:23:10 +00:00
Updated Knowledge JScript Enumerator (markdown)
parent
608b76ffe6
commit
a606740f00
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### Convert MS JScript Enumerator to the standard JS Object
|
### Convert MS JScript Enumerator to the standard JS Object
|
||||||
|
|
||||||
```
|
```js
|
||||||
// MS JScript Enumerator to Array
|
// MS JScript Enumerator to Array
|
||||||
if (!Enumerator.prototype.toArray) {
|
if (!Enumerator.prototype.toArray) {
|
||||||
Enumerator.prototype.toArray = function() {
|
Enumerator.prototype.toArray = function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user