projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8335130
)
Add missing var definition
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Dec 2009 19:40:38 +0000
(12:40 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 16 Dec 2009 19:45:59 +0000
(12:45 -0700)
imp/js/DimpCore.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpCore.js
b/imp/js/DimpCore.js
index
7c26561
..
5a8a3bf
100644
(file)
--- 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();