File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -356,10 +356,6 @@ issueList.IssueView = Backbone.View.extend({
356
356
// TODO: this feels gross. ideally we should get the URL from the
357
357
// link header and send that to an API endpoint which then requests
358
358
// it from GitHub.
359
- //TODO fix, this won't work. slice approach is bogus.
360
- //need to deparam, update, re-param.
361
- //maybe extend update model params to take key, value?
362
- //updateModelParams("page", this.issues.getNextPageNumber());
363
359
this . updateModelParams ( "page" , this . issues . getNextPageNumber ( ) ) ;
364
360
}
365
361
} ,
@@ -374,6 +370,7 @@ issueList.IssueView = Backbone.View.extend({
374
370
var labelCategories = [ 'closed' , 'contactready' , 'needsdiagnosis' , 'sitewait' ] ;
375
371
376
372
//TODO(miket): make generic getModelParams method which can get the latest state
373
+ // merge param objects and serialize
377
374
var paramsBag = $ . extend ( { page : 1 } , this . getPageLimit ( ) ) ;
378
375
var params = $ . param ( paramsBag ) ;
379
376
You can’t perform that action at this time.
0 commit comments