File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ issueList.IssueView = Backbone.View.extend({
245
245
initialize : function ( ) {
246
246
this . issues = new issueList . IssueCollection ( ) ;
247
247
// check to see if we should pre-filter results
248
- this . checkParams ( ) ;
248
+ this . checkURLParams ( ) ;
249
249
250
250
// set up event listeners.
251
251
issueList . events . on ( 'issues:update' , _ . bind ( this . updateIssues , this ) ) ;
@@ -254,7 +254,7 @@ issueList.IssueView = Backbone.View.extend({
254
254
wcEvents . on ( 'dropdown:change' , _ . bind ( this . updateModelParams , this ) ) ;
255
255
} ,
256
256
template : _ . template ( $ ( '#issuelist-issue-tmpl' ) . html ( ) ) ,
257
- checkParams : function ( ) {
257
+ checkURLParams : function ( ) {
258
258
// Assumes a URI like: /?untriaged=1 and activates the untriaged filter,
259
259
// for example.
260
260
var category ;
You can’t perform that action at this time.
0 commit comments