From ee896626793865658564b2f3c87780f5d4561f59 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 3 Jan 2013 14:33:12 -0500 Subject: [PATCH] fix typo --- lib/imap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/imap.js b/lib/imap.js index 83a48b9..23e61aa 100644 --- a/lib/imap.js +++ b/lib/imap.js @@ -1062,7 +1062,7 @@ ImapConnection.prototype._fetch = function(which, uids, options, what, cb) { fetchers[''].push(stream); else fetchers[''] = [stream]; - if (typeof wp.cd === 'function') + if (typeof wp.cb === 'function') wp.cb(stream); } }