Remove obsolete aliases from closures

Bug: T208951
Change-Id: I0949da208d4df1d2fd1f85541f55f092da527400
isekai
Ed Sanders 6 years ago
parent d63e2c9bb8
commit d1b54f2b70

@ -1,7 +1,10 @@
{
"extends": "wikimedia",
"env": {
"browser": true,
"jquery": true
"browser": true
},
"globals": {
"mw": false,
"$": false
}
}

@ -1,7 +1,7 @@
/**
* Timeless-specific scripts
*/
jQuery( function ( $ ) {
$( function () {
/**
* Focus on search box when 'Tab' key is pressed once

Loading…
Cancel
Save