From 5dd68d89921932a71a8157f098c8e50d0d9fb285 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 23 Nov 2025 23:32:27 +0900 Subject: [PATCH] Update lib/std.js Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- lib/std.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/std.js b/lib/std.js index ed70e25..9e0113c 100644 --- a/lib/std.js +++ b/lib/std.js @@ -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()