[IMP] remove fixed todo

bzr revid: xmo@openerp.com-20120130095339-x3cmsfrzxpwtl8u6
This commit is contained in:
Xavier Morel 2012-01-30 10:53:39 +01:00
parent 2dff26dda2
commit ceaf203ce9
1 changed files with 0 additions and 1 deletions

View File

@ -507,7 +507,6 @@ openerp.web.DataSetStatic = openerp.web.DataSet.extend({
read_slice: function (fields, options) {
options = options || {};
fields = fields || {};
// TODO remove fields from options
var offset = options.offset || 0,
limit = options.limit || false;
var end_pos = limit && limit !== -1 ? offset + limit : this.ids.length;