Skip to content

Commit 40cc801

Browse files
author
Mike Taylor
committed
Issue #372 - Comment cleanup.
1 parent a535516 commit 40cc801

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

webcompat/static/js/lib/issue-list.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,6 @@ issueList.IssueView = Backbone.View.extend({
356356
// TODO: this feels gross. ideally we should get the URL from the
357357
// link header and send that to an API endpoint which then requests
358358
// 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());
363359
this.updateModelParams("page", this.issues.getNextPageNumber());
364360
}
365361
},
@@ -374,6 +370,7 @@ issueList.IssueView = Backbone.View.extend({
374370
var labelCategories = ['closed', 'contactready', 'needsdiagnosis', 'sitewait'];
375371

376372
//TODO(miket): make generic getModelParams method which can get the latest state
373+
// merge param objects and serialize
377374
var paramsBag = $.extend({page: 1}, this.getPageLimit());
378375
var params = $.param(paramsBag);
379376

0 commit comments

Comments
 (0)