Skip to content

Commit 520961a

Browse files
author
Mike Taylor
committed
Issue #372 - jshint fixup
1 parent c4058cc commit 520961a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/lib/issue-list.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ define([
8686
.then(function (className) {
8787
assert.include(className, 'is-disabled', 'Going back from first next click should have disabled prev button');
8888
})
89-
.end()
89+
.end();
9090
},
9191

9292
'pagination dropdown tests': function() {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ issueList.IssueView = Backbone.View.extend({
400400
// $.extend will update existing object keys, and add new ones
401401
var newParams = $.extend($.deparam(modelParams), updateParams);
402402

403-
if (paramKey == 'per_page') {
403+
if (paramKey === 'per_page') {
404404
this._pageLimit = paramValue;
405405
}
406406

0 commit comments

Comments
 (0)