From 4d68111c498b858b04b3fb75677b25df3cf2639d Mon Sep 17 00:00:00 2001 From: Tobias Beer Date: Tue, 2 Dec 2014 12:47:19 +0100 Subject: [PATCH] added object as third parameter to callback --- boot/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot.js b/boot/boot.js index b79c4783b..8fcc08899 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -67,7 +67,7 @@ $tw.utils.each = function(object,callback) { if(object) { if(Object.prototype.toString.call(object) == "[object Array]") { for (f=0; f