Update lib/std.js

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Namhyeon Go 2025-11-23 23:32:27 +09:00 committed by GitHub
parent c4aed231da
commit 5dd68d8992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,6 @@ function GetResource(ResourceName) {
};
// compatible under version 0.2.7.55
Enumerator.prototype.toArray = Array.from;
})();
// @deprecated Enumerator.toArray() is deprecated since version 0.2.7.56. Use Array.from()