From f598cb7fe64854ecadd168416e24aae009d3fa8d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 16 Dec 2009 12:40:38 -0700 Subject: [PATCH] Add missing var definition --- imp/js/DimpCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/DimpCore.js b/imp/js/DimpCore.js index 7c2656163..5a8a3bfab 100644 --- a/imp/js/DimpCore.js +++ b/imp/js/DimpCore.js @@ -65,7 +65,7 @@ var DimpCore = { // str = (string) An IMP UID range string. parseRangeString: function(str) { - var count, end, i, mbox, + var count, end, i, mbox, uidstr, mlist = {}, uids = []; str = str.strip(); -- 2.11.0