From 1da71e1d515835e484a6dea79e7e921b41f87138 Mon Sep 17 00:00:00 2001 From: Brian White Date: Sun, 22 Apr 2012 13:38:18 -0400 Subject: [PATCH] style changes --- imap.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imap.js b/imap.js index ce06d82..0c9a38f 100644 --- a/imap.js +++ b/imap.js @@ -369,9 +369,8 @@ ImapConnection.prototype.connect = function(loginCb) { } box.parent = parent; } - if ( ! curChildren[name] ) { + if (!curChildren[name]) curChildren[name] = box; - } } break; default: