From 074d35c3889616ac4b447de568ffd83d6f20f304 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Thu, 23 May 2024 19:13:52 +0200 Subject: [PATCH] Make the linter happy (#8210) --- boot/boot.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/boot/boot.js b/boot/boot.js index dae5cb28e..ea20c83fd 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -142,15 +142,15 @@ $tw.utils.each = function(object,callback) { var next,f,length; if(object) { if(Object.prototype.toString.call(object) == "[object Array]") { - for (f=0, length=object.length; f