From 322edfe88611241758cefca66b07674682b147c5 Mon Sep 17 00:00:00 2001 From: Benjamin Lerman <4838081+quisar@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:23:35 +0100 Subject: [PATCH] Set autoSelf to true for count_item --- methods.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/methods.ts b/methods.ts index e4151ef..14de36d 100755 --- a/methods.ts +++ b/methods.ts @@ -471,6 +471,7 @@ export const methods: { [key: string]: MethodInfo } = { }, "count": { "id": "count_item", + "autoSelf": true, "thisArg": 2, "in": [ 0,