Merge "build: Update eslint-config-wikimedia to 0.10.1"

This commit is contained in:
jenkins-bot 2019-02-04 19:04:55 +00:00 committed by Gerrit Code Review
commit b4387759c7
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
},
"dependencies": {},
"devDependencies": {
"eslint-config-wikimedia": "0.10.0",
"eslint-config-wikimedia": "0.10.1",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-watch": "1.1.0",

View File

@ -54,7 +54,7 @@
$issueContainer.prepend( issue.iconString );
$issueContainer.prepend( $learnMoreEl );
issue.$el.click( function () {
issue.$el.on( 'click', function () {
overlayManager.router.navigate( overlayUrl );
return false;
} );