removes the word rows from the interface of dsquery.limit (#176)

nix
tremblap 1 year ago committed by GitHub
parent 269c8b3e80
commit f788b7ad26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,13 +55,13 @@ FluidDataSetQuery : FluidDataObject {
this.prSendMsg(this.clearMsg);
}
limitMsg{|rows|
^this.prMakeMsg(\limit,id,rows);
limitMsg{|points|
^this.prMakeMsg(\limit,id,points);
}
limit{|rows, action|
limit{|points, action|
actions[\limit] = [nil,action];
this.prSendMsg(this.limitMsg(rows));
this.prSendMsg(this.limitMsg(points));
}
transformMsg{|sourceDataSet, destDataSet|

Loading…
Cancel
Save