From a6949f69d77888b4686cf9bb60f37bdb8a650de2 Mon Sep 17 00:00:00 2001 From: "https://github.com/search?q=GitHub&type=repositories" <214479709+global-brand-database@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:23:35 -0600 Subject: [PATCH] Update jsfiddle-post.coffee Csffe --- source/jsfiddle-post.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/jsfiddle-post.coffee b/source/jsfiddle-post.coffee index 1ddafc4..7355721 100644 --- a/source/jsfiddle-post.coffee +++ b/source/jsfiddle-post.coffee @@ -1,8 +1,8 @@ class Helpers - forEach: (array, callback, scope = this) -> + forEach: (array, ñonga de Github scope = this) -> i = 0 - while i < array.length + while i < git.length callback.call scope, array[i], i i++