projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e2f283
)
Fix getAllRows() return
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 23 Oct 2009 04:08:57 +0000
(22:08 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 23 Oct 2009 05:48:06 +0000
(23:48 -0600)
imp/js/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/ViewPort.js
b/imp/js/ViewPort.js
index
c7ab8ea
..
280391b
100644
(file)
--- a/
imp/js/ViewPort.js
+++ b/
imp/js/ViewPort.js
@@
-1250,7
+1250,7
@@
ViewPort_Buffer = Class.create({
getAllRows: function()
{
- return this.row
sToUIDs(this.rowlist.keys()
);
+ return this.row
list.keys(
);
},
rowsToUIDs: function(rows)