Connection: remove old parameters for seq.fetch()

fork
mscdex 11 years ago
parent f5227fd6af
commit 86ac8ceabc

@ -1010,8 +1010,8 @@ Connection.prototype.__defineGetter__('seq', function() {
copy: function(seqnos, boxTo, cb) {
self._copy('', seqnos, boxTo, cb);
},
fetch: function(seqnos, options, what, cb) {
return self._fetch('', seqnos, options, what, cb);
fetch: function(seqnos, options) {
return self._fetch('', seqnos, options);
},
search: function(options, cb) {
self._search('', options, cb);

Loading…
Cancel
Save