From e11c9e83b9c2de864a30ad6b251334a0fbeb8594 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 2 Dec 2014 15:32:52 +0000 Subject: [PATCH] Coding style cleanup --- boot/boot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/boot.js b/boot/boot.js index 8fcc08899..8b9aa4b54 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -63,7 +63,6 @@ Iterate through all the own properties of an object or array. Callback is invoke */ $tw.utils.each = function(object,callback) { var next,f; - if(object) { if(Object.prototype.toString.call(object) == "[object Array]") { for (f=0; f