sogo/UI/WebServerResources/HTMLUListElement.js

8 lines
193 B
JavaScript
Raw Normal View History

HTMLUListElement.prototype.getSelectedRows = function() {
return this.getSelectedNodes();
}
HTMLUListElement.prototype.getSelectedRowsId = function() {
return this.getSelectedNodesId();
}