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++