projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac09de
)
Remove onRemoveRows() - use onClearRows() instead.
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 6 Apr 2009 23:19:29 +0000
(17:19 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 6 Apr 2009 23:19:29 +0000
(17:19 -0600)
imp/js/src/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/src/ViewPort.js
b/imp/js/src/ViewPort.js
index
ec5bd5b
..
a8ce673
100644
(file)
--- a/
imp/js/src/ViewPort.js
+++ b/
imp/js/src/ViewPort.js
@@
-211,8
+211,8
@@
var ViewPort = Class.create({
{
this._getBuffer(opts.view).setMetaData({ total_rows: this.getMetaData('total_rows', opts.view) - vs.size() }, true);
- if (this.opts.on
Remove
Rows) {
- this.opts.on
RemoveRows(vs
);
+ if (this.opts.on
Clear
Rows) {
+ this.opts.on
ClearRows(vs.get('div').compact()
);
}
this._getBuffer().remove(vs.get('rownum'));