mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
getPageCount() got renamed to getPageLength() while the patch to bug 178091 (bug 21344) was waiting for review so this change slipped the net r=mscott
This commit is contained in:
parent
17ca1575dc
commit
c1622cfb38
@ -1763,7 +1763,7 @@
|
||||
parentNode: this.parentNode,
|
||||
getLastVisibleRow: function getLastVisibleRow(box) {
|
||||
var f = box.getFirstVisibleRow();
|
||||
var p = box.getPageCount();
|
||||
var p = box.getPageLength();
|
||||
var l = box.view.rowCount;
|
||||
return (l < f + p ? l : f + p) - 1;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user