Add missing var definition
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 16 Dec 2009 19:40:38 +0000 (12:40 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 16 Dec 2009 19:45:59 +0000 (12:45 -0700)
imp/js/DimpCore.js

index 7c26561..5a8a3bf 100644 (file)
@@ -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();